Html Css Color HEX #9CFF06 Spring Bud

📋 copy color: '#9CFF06'

red 156 ◦ green 255 ◦ blue 6

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

Shades of Spring Bud #9CFF06

Tints of Spring Bud #9CFF06

RGB

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

 GREEN value IS 255 (100% from 255) = 61.15%

 BLUE value IS 6 (2.73% from 255) = 1.44%

R = 37.41%
G = 61.15%
B = 1.44%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#9CFF06 (or 0x9CFF06) is known color: Spring Bud. HEX triplet: 9C, FF and 06. RGB value is (156,255,6). Sum of RGB (Red+Green+Blue) = 156+255+6=417 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.41% from 417); Green value is 255 (100% from 255 or 61.15% from 417); Blue value is 6 (2.73% from 255 or 1.44% from 417); Max value from RGB is 255 - color contains mainly: green. Hex color #9CFF06 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CFF06 is #6300F9. Grayscale: #C5C5C5. Windows color (decimal): -6488314 or 458652. OLE color: 458652.

HSL color Cylindrical-coordinate representation of color #9CFF06: hue angle of 83.86º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9CFF06 is Cyan = 0.39, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.

Color convert

RGB 156 255 6 -
CMYK 0.39 0 0.98 0
HSL 83.86º 1% 0.51% -
HSV(B) 83.86º 0.98% 1% -
XYZ 49.5 78.6 12.73 -
YUV 197.01 20.2 98.75 -
System Red Green Blue C M Y K H S L
Decimal 156 255 6 0.39 0 0.98 0 83.86 1 0.51
Hex 9C FF 6 27 0 62 0 54 64 33
Octal 234 377 6 47 0 142 0 124 144 63
Binary 10011100 11111111 110 100111 0 1100010 0 1010100 1100100 110011

Color Harmonies of #9CFF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CFF06

Black with #9CFF06

Text Example


Text Example

White with #9CFF06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,255,6); }

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

background-color css

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

 a { background-color: rgb(156,255,6); }

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

border-color css

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

 span { border-color: rgb(156,255,6); }

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