#9cef0f

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

Shades of Spring Bud #9CEF0F

Tints of Spring Bud #9CEF0F

Color information

#9CEF0F (or 0x9CEF0F) is unknown color: approx Spring Bud. HEX triplet: 9C, EF and 0F. RGB value is (156,239,15). Sum of RGB (Red+Green+Blue) = 156+239+15=410 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.05% from 410); Green value is 239 (93.75% from 255 or 58.29% from 410); Blue value is 15 (6.25% from 255 or 3.66% from 410); Max value from RGB is 239 - color contains mainly: green. Hex color #9CEF0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CEF0F is #6310F0. Grayscale: #BDBDBD. Windows color (decimal): -6492401 or 1044380. OLE color: 1044380.

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

Color convert

RGB15623915-
CMYK0.3500.940.06
HSL82.23º88.19%49.8%-
HSV(B)82.23º93.72%93.73%-
XYZ44.6668.8411.38-
YUV188.6530104.71-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.05%
GREEN value IS 239 (93.75% from 255) = 58.29%
BLUE value IS 15 (6.25% from 255) = 3.66%
R=38.05%
G=58.29%
B=3.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal156239150.3500.940.0682.2388.1949.8
Hex9CEFF2305E6525832
Octal23435717430136612213062
Binary100111001110111111111000110101111011010100101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9cef0f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,239,15); }

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

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

 a { background-color: rgb(156,239,15); }

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

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

 span { border-color: rgb(156,239,15); }

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