Html Css Color HEX #0EB252 Pigment Green

📋 copy color: '#0EB252'

red 14 ◦ green 178 ◦ blue 82

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

Shades of Pigment Green #0EB252

Tints of Pigment Green #0EB252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 29.93%

R = 5.11%
G = 64.96%
B = 29.93%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#0EB252 (or 0x0EB252) is known color: Pigment Green. HEX triplet: 0E, B2 and 52. RGB value is (14,178,82). Sum of RGB (Red+Green+Blue) = 14+178+82=274 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.11% from 274); Green value is 178 (69.92% from 255 or 64.96% from 274); Blue value is 82 (32.42% from 255 or 29.93% from 274); Max value from RGB is 178 - color contains mainly: green. Hex color #0EB252 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EB252 is #F14DAD. Grayscale: #767676. Windows color (decimal): -15814062 or 5419534. OLE color: 5419534.

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

Color convert

RGB 14 178 82 -
CMYK 0.92 0 0.54 0.30
HSL 144.88º 0.85% 0.38% -
HSV(B) 144.88º 0.92% 0.7% -
XYZ 17.62 32.54 13.34 -
YUV 118.02 107.67 53.81 -
System Red Green Blue C M Y K H S L
Decimal 14 178 82 0.92 0 0.54 0.30 144.88 0.85 0.38
Hex E B2 52 5C 0 36 1E 91 55 26
Octal 16 262 122 134 0 66 36 221 125 46
Binary 1110 10110010 1010010 1011100 0 110110 11110 10010001 1010101 100110

Color Harmonies of #0EB252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB252

Black with #0EB252

Text Example


Text Example

White with #0EB252

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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