#0EB91A

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

Shades of Dark Pastel Green #0EB91A

Tints of Dark Pastel Green #0EB91A

Color information

#0EB91A (or 0x0EB91A) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, B9 and 1A. RGB value is (14,185,26). Sum of RGB (Red+Green+Blue) = 14+185+26=225 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.22% from 225); Green value is 185 (72.66% from 255 or 82.22% from 225); Blue value is 26 (10.55% from 255 or 11.56% from 225); Max value from RGB is 185 - color contains mainly: green. Hex color #0EB91A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EB91A is #F146E5. Grayscale: #747474. Windows color (decimal): -15812326 or 1751310. OLE color: 1751310.

HSL color Cylindrical-coordinate representation of color #0EB91A: hue angle of 124.21º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB91A is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB1418526-
CMYK0.9200.860.27
HSL124.21º85.93%39.02%-
HSV(B)124.21º92.43%72.55%-
XYZ17.7234.876.77-
YUV115.7477.3555.43-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.22%
GREEN value IS 185 (72.66% from 255) = 82.22%
BLUE value IS 26 (10.55% from 255) = 11.56%
R=6.22%
G=82.22%
B=11.56%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal14185260.9200.860.27124.2185.9339.02
HexEB91A5C0561B7c5627
Octal162713213401263317412647
Binary111010111001110101011100010101101101111111001010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB91A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,185,26); }

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

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

 a { background-color: rgb(14,185,26); }

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

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

 span { border-color: rgb(14,185,26); }

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