Html Css Color HEX #00A252 Pigment Green

📋 copy color: '#00A252'

red 0 ◦ green 162 ◦ blue 82

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

Shades of Pigment Green #00A252

Tints of Pigment Green #00A252

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 162 (63.67% from 255) = 66.39%

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

R = 0%
G = 66.39%
B = 33.61%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#00A252 (or 0x00A252) is known color: Pigment Green. HEX triplet: 00, A2 and 52. RGB value is (0,162,82). Sum of RGB (Red+Green+Blue) = 0+162+82=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 162 (63.67% from 255 or 66.39% from 244); Blue value is 82 (32.42% from 255 or 33.61% from 244); Max value from RGB is 162 - color contains mainly: green. Hex color #00A252 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A252 is #FF5DAD. Grayscale: #686868. Windows color (decimal): -16735662 or 5415424. OLE color: 5415424.

HSL color Cylindrical-coordinate representation of color #00A252: hue angle of 150.37º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A252 is Cyan = 1, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB 0 162 82 -
CMYK 1 0 0.49 0.36
HSL 150.37º 1% 0.32% -
HSV(B) 150.37º 1% 0.64% -
XYZ 14.44 26.45 12.33 -
YUV 104.44 115.33 53.5 -
System Red Green Blue C M Y K H S L
Decimal 0 162 82 1 0 0.49 0.36 150.37 1 0.32
Hex 0 A2 52 64 0 31 24 96 64 20
Octal 0 242 122 144 0 61 44 226 144 40
Binary 0 10100010 1010010 1100100 0 110001 100100 10010110 1100100 100000

Color Harmonies of #00A252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A252

Black with #00A252

Text Example


Text Example

White with #00A252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00A252; }

 p { color: rgb(0,162,82); }

 H1.HeaderClassName
 {
   color: #00A252;
 }
 .AnyTagClassName
 {
   color: #00A252;
 }
</style>

background-color css

<style>
 a { background-color: #00A252; }

 a { background-color: rgb(0,162,82); }

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

border-color css

<style>
 span { border-color: #00A252; }

 span { border-color: rgb(0,162,82); }

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