Html Css Color HEX #0EB24A Pigment Green

📋 copy color: '#0EB24A'

red 14 ◦ green 178 ◦ blue 74

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

Shades of Pigment Green #0EB24A

Tints of Pigment Green #0EB24A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 66.92%

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

R = 5.26%
G = 66.92%
B = 27.82%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#0EB24A (or 0x0EB24A) is known color: Pigment Green. HEX triplet: 0E, B2 and 4A. RGB value is (14,178,74). Sum of RGB (Red+Green+Blue) = 14+178+74=266 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.26% from 266); Green value is 178 (69.92% from 255 or 66.92% from 266); Blue value is 74 (29.30% from 255 or 27.82% from 266); Max value from RGB is 178 - color contains mainly: green. Hex color #0EB24A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EB24A is #F14DB5. Grayscale: #757575. Windows color (decimal): -15814070 or 4895246. OLE color: 4895246.

HSL color Cylindrical-coordinate representation of color #0EB24A: hue angle of 141.95º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB24A is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 14 178 74 -
CMYK 0.92 0 0.58 0.30
HSL 141.95º 0.85% 0.38% -
HSV(B) 141.95º 0.92% 0.7% -
XYZ 17.34 32.43 11.82 -
YUV 117.11 103.67 54.46 -
System Red Green Blue C M Y K H S L
Decimal 14 178 74 0.92 0 0.58 0.30 141.95 0.85 0.38
Hex E B2 4A 5C 0 3A 1E 8E 55 26
Octal 16 262 112 134 0 72 36 216 125 46
Binary 1110 10110010 1001010 1011100 0 111010 11110 10001110 1010101 100110

Color Harmonies of #0EB24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB24A

Black with #0EB24A

Text Example


Text Example

White with #0EB24A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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