Html Css Color HEX #01A235 Pigment Green

📋 copy color: '#01A235'

red 1 ◦ green 162 ◦ blue 53

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

Shades of Pigment Green #01A235

Tints of Pigment Green #01A235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 24.54%

R = 0.46%
G = 75%
B = 24.54%

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

#01A235 (or 0x01A235) is known color: Pigment Green. HEX triplet: 01, A2 and 35. RGB value is (1,162,53). Sum of RGB (Red+Green+Blue) = 1+162+53=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 162 (63.67% from 255 or 75% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 162 - color contains mainly: green. Hex color #01A235 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A235 is #FE5DCA. Grayscale: #656565. Windows color (decimal): -16670155 or 3514881. OLE color: 3514881.

HSL color Cylindrical-coordinate representation of color #01A235: hue angle of 139.38º 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 #01A235 is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB 1 162 53 -
CMYK 0.99 0 0.67 0.36
HSL 139.38º 0.99% 0.32% -
HSV(B) 139.38º 0.99% 0.64% -
XYZ 13.58 26.1 7.69 -
YUV 101.44 100.66 56.36 -
System Red Green Blue C M Y K H S L
Decimal 1 162 53 0.99 0 0.67 0.36 139.38 0.99 0.32
Hex 1 A2 35 63 0 43 24 8B 63 20
Octal 1 242 65 143 0 103 44 213 143 40
Binary 1 10100010 110101 1100011 0 1000011 100100 10001011 1100011 100000

Color Harmonies of #01A235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A235

Black with #01A235

Text Example


Text Example

White with #01A235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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