Html Css Color HEX #00A248 Pigment Green

📋 copy color: '#00A248'

red 0 ◦ green 162 ◦ blue 72

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

Shades of Pigment Green #00A248

Tints of Pigment Green #00A248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 30.77%

R = 0%
G = 69.23%
B = 30.77%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#00A248 (or 0x00A248) is known color: Pigment Green. HEX triplet: 00, A2 and 48. RGB value is (0,162,72). Sum of RGB (Red+Green+Blue) = 0+162+72=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 162 (63.67% from 255 or 69.23% from 234); Blue value is 72 (28.52% from 255 or 30.77% from 234); Max value from RGB is 162 - color contains mainly: green. Hex color #00A248 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00A248 is #FF5DB7. Grayscale: #676767. Windows color (decimal): -16735672 or 4760064. OLE color: 4760064.

HSL color Cylindrical-coordinate representation of color #00A248: hue angle of 146.67º 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 #00A248 is Cyan = 1, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 0 162 72 -
CMYK 1 0 0.56 0.36
HSL 146.67º 1% 0.32% -
HSV(B) 146.67º 1% 0.64% -
XYZ 14.09 26.31 10.47 -
YUV 103.3 110.33 54.32 -
System Red Green Blue C M Y K H S L
Decimal 0 162 72 1 0 0.56 0.36 146.67 1 0.32
Hex 0 A2 48 64 0 38 24 93 64 20
Octal 0 242 110 144 0 70 44 223 144 40
Binary 0 10100010 1001000 1100100 0 111000 100100 10010011 1100100 100000

Color Harmonies of #00A248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A248

Black with #00A248

Text Example


Text Example

White with #00A248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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