Html Css Color HEX #0EB130 Dark Pastel Green

📋 copy color: '#0EB130'

red 14 ◦ green 177 ◦ blue 48

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

Shades of Dark Pastel Green #0EB130

Tints of Dark Pastel Green #0EB130

RGB

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

 GREEN value IS 177 (69.53% from 255) = 74.06%

 BLUE value IS 48 (19.14% from 255) = 20.08%

R = 5.86%
G = 74.06%
B = 20.08%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#0EB130 (or 0x0EB130) is known color: Dark Pastel Green. HEX triplet: 0E, B1 and 30. RGB value is (14,177,48). Sum of RGB (Red+Green+Blue) = 14+177+48=239 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.86% from 239); Green value is 177 (69.53% from 255 or 74.06% from 239); Blue value is 48 (19.14% from 255 or 20.08% from 239); Max value from RGB is 177 - color contains mainly: green. Hex color #0EB130 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EB130 is #F14ECF. Grayscale: #717171. Windows color (decimal): -15814352 or 3191054. OLE color: 3191054.

HSL color Cylindrical-coordinate representation of color #0EB130: hue angle of 132.52º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB130 is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 14 177 48 -
CMYK 0.92 0 0.73 0.31
HSL 132.52º 0.85% 0.37% -
HSV(B) 132.52º 0.92% 0.69% -
XYZ 16.44 31.75 8.06 -
YUV 113.56 91 56.99 -
System Red Green Blue C M Y K H S L
Decimal 14 177 48 0.92 0 0.73 0.31 132.52 0.85 0.37
Hex E B1 30 5C 0 49 1F 85 55 25
Octal 16 261 60 134 0 111 37 205 125 45
Binary 1110 10110001 110000 1011100 0 1001001 11111 10000101 1010101 100101

Color Harmonies of #0EB130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB130

Black with #0EB130

Text Example


Text Example

White with #0EB130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,177,48); }

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

background-color css

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

 a { background-color: rgb(14,177,48); }

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

border-color css

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

 span { border-color: rgb(14,177,48); }

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