Html Css Color HEX #0EBB28 Dark Pastel Green

📋 copy color: '#0EBB28'

red 14 ◦ green 187 ◦ blue 40

#0EBB28
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #0EBB28

Tints of Dark Pastel Green #0EBB28

RGB

 RED value IS 14 (5.86% from 255) = 5.81%

 GREEN value IS 187 (73.44% from 255) = 77.59%

 BLUE value IS 40 (16.02% from 255) = 16.6%

R = 5.81%
G = 77.59%
B = 16.6%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#0EBB28 (or 0x0EBB28) is known color: Dark Pastel Green. HEX triplet: 0E, BB and 28. RGB value is (14,187,40). Sum of RGB (Red+Green+Blue) = 14+187+40=241 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.81% from 241); Green value is 187 (73.44% from 255 or 77.59% from 241); Blue value is 40 (16.02% from 255 or 16.60% from 241); Max value from RGB is 187 - color contains mainly: green. Hex color #0EBB28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EBB28 is #F144D7. Grayscale: #767676. Windows color (decimal): -15811800 or 2669326. OLE color: 2669326.

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

Color convert

RGB 14 187 40 -
CMYK 0.93 0 0.79 0.27
HSL 129.02º 0.86% 0.39% -
HSV(B) 129.02º 0.93% 0.73% -
XYZ 18.33 35.79 7.95 -
YUV 118.52 83.69 53.45 -
System Red Green Blue C M Y K H S L
Decimal 14 187 40 0.93 0 0.79 0.27 129.02 0.86 0.39
Hex E BB 28 5D 0 4F 1B 81 56 27
Octal 16 273 50 135 0 117 33 201 126 47
Binary 1110 10111011 101000 1011101 0 1001111 11011 10000001 1010110 100111

Color Harmonies of #0EBB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBB28

Black with #0EBB28

Text Example


Text Example

White with #0EBB28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,187,40); }

 H1.HeaderClassName
 {
   color: #0EBB28;
 }
 .AnyTagClassName
 {
   color: #0EBB28;
 }
</style>

background-color css

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

 a { background-color: rgb(14,187,40); }

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

border-color css

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

 span { border-color: rgb(14,187,40); }

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