Html Css Color HEX #9CF010 Spring Bud

📋 copy color: '#9CF010'

red 156 ◦ green 240 ◦ blue 16

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

Shades of Spring Bud #9CF010

Tints of Spring Bud #9CF010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.88%

R = 37.86%
G = 58.25%
B = 3.88%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#9CF010 (or 0x9CF010) is known color: Spring Bud. HEX triplet: 9C, F0 and 10. RGB value is (156,240,16). Sum of RGB (Red+Green+Blue) = 156+240+16=412 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.86% from 412); Green value is 240 (94.14% from 255 or 58.25% from 412); Blue value is 16 (6.64% from 255 or 3.88% from 412); Max value from RGB is 240 - color contains mainly: green. Hex color #9CF010 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CF010 is #630FEF. Grayscale: #BEBEBE. Windows color (decimal): -6492144 or 1110172. OLE color: 1110172.

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

Color convert

RGB 156 240 16 -
CMYK 0.35 0 0.93 0.06
HSL 82.5º 0.88% 0.5% -
HSV(B) 82.5º 0.93% 0.94% -
XYZ 44.96 69.43 11.52 -
YUV 189.35 30.17 104.21 -
System Red Green Blue C M Y K H S L
Decimal 156 240 16 0.35 0 0.93 0.06 82.5 0.88 0.5
Hex 9C F0 10 23 0 5D 6 52 58 32
Octal 234 360 20 43 0 135 6 122 130 62
Binary 10011100 11110000 10000 100011 0 1011101 110 1010010 1011000 110010

Color Harmonies of #9CF010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CF010

Black with #9CF010

Text Example


Text Example

White with #9CF010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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