Html Css Color HEX #0E9F30 Dark Pastel Green

📋 copy color: '#0E9F30'

red 14 ◦ green 159 ◦ blue 48

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

Shades of Dark Pastel Green #0E9F30

Tints of Dark Pastel Green #0E9F30

RGB

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

 GREEN value IS 159 (62.5% from 255) = 71.95%

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

R = 6.33%
G = 71.95%
B = 21.72%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.70

 K value IS 0.38

RGB Variations

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

Color information

#0E9F30 (or 0x0E9F30) is known color: Dark Pastel Green. HEX triplet: 0E, 9F and 30. RGB value is (14,159,48). Sum of RGB (Red+Green+Blue) = 14+159+48=221 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.33% from 221); Green value is 159 (62.5% from 255 or 71.95% from 221); Blue value is 48 (19.14% from 255 or 21.72% from 221); Max value from RGB is 159 - color contains mainly: green. Hex color #0E9F30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9F30 is #F160CF. Grayscale: #676767. Windows color (decimal): -15818960 or 3186446. OLE color: 3186446.

HSL color Cylindrical-coordinate representation of color #0E9F30: hue angle of 134.07º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9F30 is Cyan = 0.91, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB 14 159 48 -
CMYK 0.91 0 0.70 0.38
HSL 134.07º 0.84% 0.34% -
HSV(B) 134.07º 0.91% 0.62% -
XYZ 13.11 25.1 6.95 -
YUV 102.99 96.96 64.53 -
System Red Green Blue C M Y K H S L
Decimal 14 159 48 0.91 0 0.70 0.38 134.07 0.84 0.34
Hex E 9F 30 5B 0 46 26 86 54 22
Octal 16 237 60 133 0 106 46 206 124 42
Binary 1110 10011111 110000 1011011 0 1000110 100110 10000110 1010100 100010

Color Harmonies of #0E9F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9F30

Black with #0E9F30

Text Example


Text Example

White with #0E9F30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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