Html Css Color HEX #9CF008 Spring Bud

📋 copy color: '#9CF008'

red 156 ◦ green 240 ◦ blue 8

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

Shades of Spring Bud #9CF008

Tints of Spring Bud #9CF008

RGB

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

 GREEN value IS 240 (94.14% from 255) = 59.41%

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

R = 38.61%
G = 59.41%
B = 1.98%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#9CF008 (or 0x9CF008) is known color: Spring Bud. HEX triplet: 9C, F0 and 08. RGB value is (156,240,8). Sum of RGB (Red+Green+Blue) = 156+240+8=404 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.61% from 404); Green value is 240 (94.14% from 255 or 59.41% from 404); Blue value is 8 (3.52% from 255 or 1.98% from 404); Max value from RGB is 240 - color contains mainly: green. Hex color #9CF008 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CF008 is #630FF7. Grayscale: #BDBDBD. Windows color (decimal): -6492152 or 585884. OLE color: 585884.

HSL color Cylindrical-coordinate representation of color #9CF008: hue angle of 81.72º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9CF008 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB 156 240 8 -
CMYK 0.35 0 0.97 0.06
HSL 81.72º 0.94% 0.49% -
HSV(B) 81.72º 0.97% 0.94% -
XYZ 44.91 69.41 11.26 -
YUV 188.44 26.17 104.86 -
System Red Green Blue C M Y K H S L
Decimal 156 240 8 0.35 0 0.97 0.06 81.72 0.94 0.49
Hex 9C F0 8 23 0 61 6 52 5E 31
Octal 234 360 10 43 0 141 6 122 136 61
Binary 10011100 11110000 1000 100011 0 1100001 110 1010010 1011110 110001

Color Harmonies of #9CF008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CF008

Black with #9CF008

Text Example


Text Example

White with #9CF008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,240,8); }

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

background-color css

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

 a { background-color: rgb(156,240,8); }

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

border-color css

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

 span { border-color: rgb(156,240,8); }

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