#9CED02

Color #9CED02 Spring Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Bud #9CED02

Tints of Spring Bud #9CED02

Color information

#9CED02 (or 0x9CED02) is unknown color: approx Spring Bud. HEX triplet: 9C, ED and 02. RGB value is (156,237,2). Sum of RGB (Red+Green+Blue) = 156+237+2=395 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.49% from 395); Green value is 237 (92.97% from 255 or 60% from 395); Blue value is 2 (1.17% from 255 or 0.51% from 395); Max value from RGB is 237 - color contains mainly: green. Hex color #9CED02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CED02 is #6312FD. Grayscale: #BABABA. Windows color (decimal): -6492926 or 191900. OLE color: 191900.

HSL color Cylindrical-coordinate representation of color #9CED02: hue angle of 80.68º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9CED02 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB1562372-
CMYK0.3400.990.07
HSL80.68º98.33%46.86%-
HSV(B)80.68º99.16%92.94%-
XYZ44.0167.6410.79-
YUV185.9924.16106.61-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.49%
GREEN value IS 237 (92.97% from 255) = 60%
BLUE value IS 2 (1.17% from 255) = 0.51%
R=39.49%
G=60%
B=0.51%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal15623720.3400.990.0780.6898.3346.86
Hex9CED222063751622f
Octal2343552420143712114257
Binary1001110011101101101000100110001111110100011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CED02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,237,2); }

 H1.HeaderClassName
 {
   color: #9CED02;
 }
 .AnyTagClassName
 {
   color: #9CED02;
 }
</style>
background-color css

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

 a { background-color: rgb(156,237,2); }

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

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

 span { border-color: rgb(156,237,2); }

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