#0EBF46

Color #0EBF46 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #0EBF46

Tints of Dark Pastel Green #0EBF46

Color information

#0EBF46 (or 0x0EBF46) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, BF and 46. RGB value is (14,191,70). Sum of RGB (Red+Green+Blue) = 14+191+70=275 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.09% from 275); Green value is 191 (75% from 255 or 69.45% from 275); Blue value is 70 (27.73% from 255 or 25.45% from 275); Max value from RGB is 191 - color contains mainly: green. Hex color #0EBF46 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EBF46 is #F140B9. Grayscale: #7C7C7C. Windows color (decimal): -15810746 or 4636430. OLE color: 4636430.

HSL color Cylindrical-coordinate representation of color #0EBF46: hue angle of 138.98º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBF46 is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB1419170-
CMYK0.9300.630.25
HSL138.98º86.34%40.2%-
HSV(B)138.98º92.67%74.9%-
XYZ19.9237.812.04-
YUV124.2897.3649.34-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.09%
GREEN value IS 191 (75% from 255) = 69.45%
BLUE value IS 70 (27.73% from 255) = 25.45%
R=5.09%
G=69.45%
B=25.45%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal14191700.9300.630.25138.9886.3440.2
HexEBF465D03F198b5628
Octal162771061350773121312650
Binary11101011111110001101011101011111111001100010111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EBF46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0EBF46; }

 p { color: rgb(14,191,70); }

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

<style>
 a { background-color: #0EBF46; }

 a { background-color: rgb(14,191,70); }

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

<style>
 span { border-color: #0EBF46; }

 span { border-color: rgb(14,191,70); }

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