Html Css Color HEX #01A236 Pigment Green

📋 copy color: '#01A236'

red 1 ◦ green 162 ◦ blue 54

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

Shades of Pigment Green #01A236

Tints of Pigment Green #01A236

RGB

 RED value IS 1 (0.78% from 255) = 0.46%

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

 BLUE value IS 54 (21.48% from 255) = 24.88%

R = 0.46%
G = 74.65%
B = 24.88%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#01A236 (or 0x01A236) is known color: Pigment Green. HEX triplet: 01, A2 and 36. RGB value is (1,162,54). Sum of RGB (Red+Green+Blue) = 1+162+54=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 162 (63.67% from 255 or 74.65% from 217); Blue value is 54 (21.48% from 255 or 24.88% from 217); Max value from RGB is 162 - color contains mainly: green. Hex color #01A236 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A236 is #FE5DC9. Grayscale: #656565. Windows color (decimal): -16670154 or 3580417. OLE color: 3580417.

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

Color convert

RGB 1 162 54 -
CMYK 0.99 0 0.67 0.36
HSL 139.75º 0.99% 0.32% -
HSV(B) 139.75º 0.99% 0.64% -
XYZ 13.6 26.11 7.81 -
YUV 101.55 101.16 56.28 -
System Red Green Blue C M Y K H S L
Decimal 1 162 54 0.99 0 0.67 0.36 139.75 0.99 0.32
Hex 1 A2 36 63 0 43 24 8C 63 20
Octal 1 242 66 143 0 103 44 214 143 40
Binary 1 10100010 110110 1100011 0 1000011 100100 10001100 1100011 100000

Color Harmonies of #01A236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A236

Black with #01A236

Text Example


Text Example

White with #01A236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01A236; }

 p { color: rgb(1,162,54); }

 H1.HeaderClassName
 {
   color: #01A236;
 }
 .AnyTagClassName
 {
   color: #01A236;
 }
</style>

background-color css

<style>
 a { background-color: #01A236; }

 a { background-color: rgb(1,162,54); }

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

border-color css

<style>
 span { border-color: #01A236; }

 span { border-color: rgb(1,162,54); }

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