Html Css Color HEX #0EAF5E Pigment Green

📋 copy color: '#0EAF5E'

red 14 ◦ green 175 ◦ blue 94

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

Shades of Pigment Green #0EAF5E

Tints of Pigment Green #0EAF5E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 61.84%

 BLUE value IS 94 (37.11% from 255) = 33.22%

R = 4.95%
G = 61.84%
B = 33.22%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#0EAF5E (or 0x0EAF5E) is known color: Pigment Green. HEX triplet: 0E, AF and 5E. RGB value is (14,175,94). Sum of RGB (Red+Green+Blue) = 14+175+94=283 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.95% from 283); Green value is 175 (68.75% from 255 or 61.84% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 175 - color contains mainly: green. Hex color #0EAF5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAF5E is #F150A1. Grayscale: #757575. Windows color (decimal): -15814818 or 6205198. OLE color: 6205198.

HSL color Cylindrical-coordinate representation of color #0EAF5E: hue angle of 149.81º 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 #0EAF5E is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB 14 175 94 -
CMYK 0.92 0 0.46 0.31
HSL 149.81º 0.85% 0.37% -
HSV(B) 149.81º 0.92% 0.69% -
XYZ 17.53 31.56 15.76 -
YUV 117.63 114.66 54.09 -
System Red Green Blue C M Y K H S L
Decimal 14 175 94 0.92 0 0.46 0.31 149.81 0.85 0.37
Hex E AF 5E 5C 0 2E 1F 96 55 25
Octal 16 257 136 134 0 56 37 226 125 45
Binary 1110 10101111 1011110 1011100 0 101110 11111 10010110 1010101 100101

Color Harmonies of #0EAF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAF5E

Black with #0EAF5E

Text Example


Text Example

White with #0EAF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,175,94); }

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

background-color css

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

 a { background-color: rgb(14,175,94); }

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

border-color css

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

 span { border-color: rgb(14,175,94); }

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