Html Css Color HEX #0EBB4A Dark Pastel Green

📋 copy color: '#0EBB4A'

red 14 ◦ green 187 ◦ blue 74

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

Shades of Dark Pastel Green #0EBB4A

Tints of Dark Pastel Green #0EBB4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.91%

R = 5.09%
G = 68%
B = 26.91%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#0EBB4A (or 0x0EBB4A) is known color: Dark Pastel Green. HEX triplet: 0E, BB and 4A. RGB value is (14,187,74). Sum of RGB (Red+Green+Blue) = 14+187+74=275 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.09% from 275); Green value is 187 (73.44% from 255 or 68% from 275); Blue value is 74 (29.30% from 255 or 26.91% from 275); Max value from RGB is 187 - color contains mainly: green. Hex color #0EBB4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EBB4A is #F144B5. Grayscale: #7A7A7A. Windows color (decimal): -15811766 or 4897550. OLE color: 4897550.

HSL color Cylindrical-coordinate representation of color #0EBB4A: hue angle of 140.81º 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 #0EBB4A is Cyan = 0.93, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 14 187 74 -
CMYK 0.93 0 0.60 0.27
HSL 140.81º 0.86% 0.39% -
HSV(B) 140.81º 0.93% 0.73% -
XYZ 19.19 36.13 12.44 -
YUV 122.39 100.69 50.69 -
System Red Green Blue C M Y K H S L
Decimal 14 187 74 0.93 0 0.60 0.27 140.81 0.86 0.39
Hex E BB 4A 5D 0 3C 1B 8D 56 27
Octal 16 273 112 135 0 74 33 215 126 47
Binary 1110 10111011 1001010 1011101 0 111100 11011 10001101 1010110 100111

Color Harmonies of #0EBB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBB4A

Black with #0EBB4A

Text Example


Text Example

White with #0EBB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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