Html Css Color HEX #7CAF09 Lima

📋 copy color: '#7CAF09'

red 124 ◦ green 175 ◦ blue 9

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

Shades of Lima #7CAF09

Tints of Lima #7CAF09

RGB

 RED value IS 124 (48.83% from 255) = 40.26%

 GREEN value IS 175 (68.75% from 255) = 56.82%

 BLUE value IS 9 (3.91% from 255) = 2.92%

R = 40.26%
G = 56.82%
B = 2.92%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#7CAF09 (or 0x7CAF09) is known color: Lima. HEX triplet: 7C, AF and 09. RGB value is (124,175,9). Sum of RGB (Red+Green+Blue) = 124+175+9=308 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.26% from 308); Green value is 175 (68.75% from 255 or 56.82% from 308); Blue value is 9 (3.91% from 255 or 2.92% from 308); Max value from RGB is 175 - color contains mainly: green. Hex color #7CAF09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CAF09 is #8350F6. Grayscale: #8D8D8D. Windows color (decimal): -8605943 or 634748. OLE color: 634748.

HSL color Cylindrical-coordinate representation of color #7CAF09: hue angle of 78.43º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7CAF09 is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 124 175 9 -
CMYK 0.29 0 0.95 0.31
HSL 78.43º 0.9% 0.36% -
HSV(B) 78.43º 0.95% 0.69% -
XYZ 23.69 34.96 5.76 -
YUV 140.83 53.6 116 -
System Red Green Blue C M Y K H S L
Decimal 124 175 9 0.29 0 0.95 0.31 78.43 0.9 0.36
Hex 7C AF 9 1D 0 5F 1F 4E 5A 24
Octal 174 257 11 35 0 137 37 116 132 44
Binary 1111100 10101111 1001 11101 0 1011111 11111 1001110 1011010 100100

Color Harmonies of #7CAF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAF09

Black with #7CAF09

Text Example


Text Example

White with #7CAF09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,175,9); }

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

background-color css

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

 a { background-color: rgb(124,175,9); }

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

border-color css

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

 span { border-color: rgb(124,175,9); }

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