#7AB800

Color #7AB800 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #7AB800

Tints of Christi #7AB800

Color information

#7AB800 (or 0x7AB800) is unknown color: approx Christi. HEX triplet: 7A, B8 and 00. RGB value is (122,184,0). Sum of RGB (Red+Green+Blue) = 122+184+0=306 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.87% from 306); Green value is 184 (72.27% from 255 or 60.13% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 184 - color contains mainly: green. Hex color #7AB800 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB800 is #8547FF. Grayscale: #919191. Windows color (decimal): -8734720 or 47226. OLE color: 47226.

HSL color Cylindrical-coordinate representation of color #7AB800: hue angle of 80.22º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7AB800 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.

Color convert

RGB1221840-
CMYK0.34010.28
HSL80.22º100%36.08%-
HSV(B)80.22º100%72.16%-
XYZ25.1738.426.09-
YUV144.4946.46111.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 122 (48.05% from 255) = 39.87%
GREEN value IS 184 (72.27% from 255) = 60.13%
BLUE value IS 0 (0.39% from 255) = 0%
R=39.87%
G=60.13%
B=0%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal12218400.34010.2880.2210036.08
Hex7AB80220641C506424
Octal17227004201443412014444
Binary1111010101110000100010011001001110010100001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7AB800; }

 p { color: rgb(122,184,0); }

 H1.HeaderClassName
 {
   color: #7AB800;
 }
 .AnyTagClassName
 {
   color: #7AB800;
 }
</style>
background-color css

<style>
 a { background-color: #7AB800; }

 a { background-color: rgb(122,184,0); }

 div.DivClassName
 {
   background-color: #7AB800;
 }
 .BgClassName
 {
   background-color: #7AB800;
 }
</style>
border-color css

<style>
 span { border-color: #7AB800; }

 span { border-color: rgb(122,184,0); }

 td.TdClassName
 {
   border-color: #7AB800;
 }
 .TagClassName
 {
   border-color: #7AB800;
 }
</style>