Html Css Color HEX #9CF012 Spring Bud

📋 copy color: '#9CF012'

red 156 ◦ green 240 ◦ blue 18

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

Shades of Spring Bud #9CF012

Tints of Spring Bud #9CF012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.35%

R = 37.68%
G = 57.97%
B = 4.35%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#9CF012 (or 0x9CF012) is known color: Spring Bud. HEX triplet: 9C, F0 and 12. RGB value is (156,240,18). Sum of RGB (Red+Green+Blue) = 156+240+18=414 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.68% from 414); Green value is 240 (94.14% from 255 or 57.97% from 414); Blue value is 18 (7.42% from 255 or 4.35% from 414); Max value from RGB is 240 - color contains mainly: green. Hex color #9CF012 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CF012 is #630FED. Grayscale: #BEBEBE. Windows color (decimal): -6492142 or 1241244. OLE color: 1241244.

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

Color convert

RGB 156 240 18 -
CMYK 0.35 0 0.92 0.06
HSL 82.7º 0.88% 0.51% -
HSV(B) 82.7º 0.93% 0.94% -
XYZ 44.98 69.43 11.6 -
YUV 189.58 31.17 104.05 -
System Red Green Blue C M Y K H S L
Decimal 156 240 18 0.35 0 0.92 0.06 82.7 0.88 0.51
Hex 9C F0 12 23 0 5C 6 53 58 33
Octal 234 360 22 43 0 134 6 123 130 63
Binary 10011100 11110000 10010 100011 0 1011100 110 1010011 1011000 110011

Color Harmonies of #9CF012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CF012

Black with #9CF012

Text Example


Text Example

White with #9CF012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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