#0EBD41

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

Shades of Dark Pastel Green #0EBD41

Tints of Dark Pastel Green #0EBD41

Color information

#0EBD41 (or 0x0EBD41) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, BD and 41. RGB value is (14,189,65). Sum of RGB (Red+Green+Blue) = 14+189+65=268 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.22% from 268); Green value is 189 (74.22% from 255 or 70.52% from 268); Blue value is 65 (25.78% from 255 or 24.25% from 268); Max value from RGB is 189 - color contains mainly: green. Hex color #0EBD41 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EBD41 is #F142BE. Grayscale: #7A7A7A. Windows color (decimal): -15811263 or 4308238. OLE color: 4308238.

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

Color convert

RGB1418965-
CMYK0.9300.660.26
HSL137.49º86.21%39.8%-
HSV(B)137.49º92.59%74.12%-
XYZ19.3336.8711.1-
YUV122.5495.5250.58-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.22%
GREEN value IS 189 (74.22% from 255) = 70.52%
BLUE value IS 65 (25.78% from 255) = 24.25%
R=5.22%
G=70.52%
B=24.25%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal14189650.9300.660.26137.4986.2139.8
HexEBD415D0421A895628
Octal1627510113501023221112650
Binary111010111101100000110111010100001011010100010011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EBD41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,189,65); }

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

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

 a { background-color: rgb(14,189,65); }

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

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

 span { border-color: rgb(14,189,65); }

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