Html Css Color HEX #0E9855 Pigment Green

📋 copy color: '#0E9855'

red 14 ◦ green 152 ◦ blue 85

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

Shades of Pigment Green #0E9855

Tints of Pigment Green #0E9855

RGB

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

 GREEN value IS 152 (59.77% from 255) = 60.56%

 BLUE value IS 85 (33.59% from 255) = 33.86%

R = 5.58%
G = 60.56%
B = 33.86%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.44

 K value IS 0.40

RGB Variations

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

Color information

#0E9855 (or 0x0E9855) is known color: Pigment Green. HEX triplet: 0E, 98 and 55. RGB value is (14,152,85). Sum of RGB (Red+Green+Blue) = 14+152+85=251 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.58% from 251); Green value is 152 (59.77% from 255 or 60.56% from 251); Blue value is 85 (33.59% from 255 or 33.86% from 251); Max value from RGB is 152 - color contains mainly: green. Hex color #0E9855 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9855 is #F167AA. Grayscale: #676767. Windows color (decimal): -15820715 or 5609486. OLE color: 5609486.

HSL color Cylindrical-coordinate representation of color #0E9855: hue angle of 150.87º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9855 is Cyan = 0.91, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.40.

Color convert

RGB 14 152 85 -
CMYK 0.91 0 0.44 0.40
HSL 150.87º 0.83% 0.33% -
HSV(B) 150.87º 0.91% 0.6% -
XYZ 13.05 23.21 12.39 -
YUV 103.1 117.78 64.45 -
System Red Green Blue C M Y K H S L
Decimal 14 152 85 0.91 0 0.44 0.40 150.87 0.83 0.33
Hex E 98 55 5B 0 2C 28 97 53 21
Octal 16 230 125 133 0 54 50 227 123 41
Binary 1110 10011000 1010101 1011011 0 101100 101000 10010111 1010011 100001

Color Harmonies of #0E9855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9855

Black with #0E9855

Text Example


Text Example

White with #0E9855

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,152,85); }

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

background-color css

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

 a { background-color: rgb(14,152,85); }

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

border-color css

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

 span { border-color: rgb(14,152,85); }

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