Html Css Color HEX #7AC408 Lima

📋 copy color: '#7AC408'

red 122 ◦ green 196 ◦ blue 8

#7AC408
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #7AC408

Tints of Lima #7AC408

RGB

 RED value IS 122 (48.05% from 255) = 37.42%

 GREEN value IS 196 (76.95% from 255) = 60.12%

 BLUE value IS 8 (3.52% from 255) = 2.45%

R = 37.42%
G = 60.12%
B = 2.45%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#7AC408 (or 0x7AC408) is known color: Lima. HEX triplet: 7A, C4 and 08. RGB value is (122,196,8). Sum of RGB (Red+Green+Blue) = 122+196+8=326 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.42% from 326); Green value is 196 (76.95% from 255 or 60.12% from 326); Blue value is 8 (3.52% from 255 or 2.45% from 326); Max value from RGB is 196 - color contains mainly: green. Hex color #7AC408 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AC408 is #853BF7. Grayscale: #999999. Windows color (decimal): -8731640 or 574586. OLE color: 574586.

HSL color Cylindrical-coordinate representation of color #7AC408: hue angle of 83.62º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7AC408 is Cyan = 0.38, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB 122 196 8 -
CMYK 0.38 0 0.96 0.23
HSL 83.62º 0.92% 0.4% -
HSV(B) 83.62º 0.96% 0.77% -
XYZ 27.81 43.63 7.19 -
YUV 152.44 46.48 106.29 -
System Red Green Blue C M Y K H S L
Decimal 122 196 8 0.38 0 0.96 0.23 83.62 0.92 0.4
Hex 7A C4 8 26 0 60 17 54 5C 28
Octal 172 304 10 46 0 140 27 124 134 50
Binary 1111010 11000100 1000 100110 0 1100000 10111 1010100 1011100 101000

Color Harmonies of #7AC408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC408

Black with #7AC408

Text Example


Text Example

White with #7AC408

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,196,8); }

 H1.HeaderClassName
 {
   color: #7AC408;
 }
 .AnyTagClassName
 {
   color: #7AC408;
 }
</style>

background-color css

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

 a { background-color: rgb(122,196,8); }

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

border-color css

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

 span { border-color: rgb(122,196,8); }

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