Html Css Color HEX #05A255 Pigment Green

📋 copy color: '#05A255'

red 5 ◦ green 162 ◦ blue 85

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

Shades of Pigment Green #05A255

Tints of Pigment Green #05A255

RGB

 RED value IS 5 (2.34% from 255) = 1.98%

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

 BLUE value IS 85 (33.59% from 255) = 33.73%

R = 1.98%
G = 64.29%
B = 33.73%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#05A255 (or 0x05A255) is known color: Pigment Green. HEX triplet: 05, A2 and 55. RGB value is (5,162,85). Sum of RGB (Red+Green+Blue) = 5+162+85=252 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 252); Green value is 162 (63.67% from 255 or 64.29% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 162 - color contains mainly: green. Hex color #05A255 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05A255 is #FA5DAA. Grayscale: #6A6A6A. Windows color (decimal): -16407979 or 5612037. OLE color: 5612037.

HSL color Cylindrical-coordinate representation of color #05A255: hue angle of 150.57º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A255 is Cyan = 0.97, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB 5 162 85 -
CMYK 0.97 0 0.48 0.36
HSL 150.57º 0.94% 0.33% -
HSV(B) 150.57º 0.97% 0.64% -
XYZ 14.62 26.53 12.94 -
YUV 106.28 115.99 55.76 -
System Red Green Blue C M Y K H S L
Decimal 5 162 85 0.97 0 0.48 0.36 150.57 0.94 0.33
Hex 5 A2 55 61 0 30 24 97 5E 21
Octal 5 242 125 141 0 60 44 227 136 41
Binary 101 10100010 1010101 1100001 0 110000 100100 10010111 1011110 100001

Color Harmonies of #05A255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A255

Black with #05A255

Text Example


Text Example

White with #05A255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05A255; }

 p { color: rgb(5,162,85); }

 H1.HeaderClassName
 {
   color: #05A255;
 }
 .AnyTagClassName
 {
   color: #05A255;
 }
</style>

background-color css

<style>
 a { background-color: #05A255; }

 a { background-color: rgb(5,162,85); }

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

border-color css

<style>
 span { border-color: #05A255; }

 span { border-color: rgb(5,162,85); }

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