Html Css Color HEX #9CAF40 Celery

📋 copy color: '#9CAF40'

red 156 ◦ green 175 ◦ blue 64

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

Shades of Celery #9CAF40

Tints of Celery #9CAF40

RGB

 RED value IS 156 (61.33% from 255) = 39.49%

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

 BLUE value IS 64 (25.39% from 255) = 16.2%

R = 39.49%
G = 44.3%
B = 16.2%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#9CAF40 (or 0x9CAF40) is known color: Celery. HEX triplet: 9C, AF and 40. RGB value is (156,175,64). Sum of RGB (Red+Green+Blue) = 156+175+64=395 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.49% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 64 (25.39% from 255 or 16.20% from 395); Max value from RGB is 175 - color contains mainly: green. Hex color #9CAF40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CAF40 is #6350BF. Grayscale: #9D9D9D. Windows color (decimal): -6508736 or 4239260. OLE color: 4239260.

HSL color Cylindrical-coordinate representation of color #9CAF40: hue angle of 70.27º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9CAF40 is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 156 175 64 -
CMYK 0.11 0 0.63 0.31
HSL 70.27º 0.46% 0.47% -
HSV(B) 70.27º 0.63% 0.69% -
XYZ 29.97 38.1 10.62 -
YUV 156.67 75.71 127.53 -
System Red Green Blue C M Y K H S L
Decimal 156 175 64 0.11 0 0.63 0.31 70.27 0.46 0.47
Hex 9C AF 40 B 0 3F 1F 46 2E 2F
Octal 234 257 100 13 0 77 37 106 56 57
Binary 10011100 10101111 1000000 1011 0 111111 11111 1000110 101110 101111

Color Harmonies of #9CAF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAF40

Black with #9CAF40

Text Example


Text Example

White with #9CAF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9CAF40; }

 p { color: rgb(156,175,64); }

 H1.HeaderClassName
 {
   color: #9CAF40;
 }
 .AnyTagClassName
 {
   color: #9CAF40;
 }
</style>

background-color css

<style>
 a { background-color: #9CAF40; }

 a { background-color: rgb(156,175,64); }

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

border-color css

<style>
 span { border-color: #9CAF40; }

 span { border-color: rgb(156,175,64); }

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