Html Css Color HEX #05A23D Pigment Green

📋 copy color: '#05A23D'

red 5 ◦ green 162 ◦ blue 61

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

Shades of Pigment Green #05A23D

Tints of Pigment Green #05A23D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 26.75%

R = 2.19%
G = 71.05%
B = 26.75%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#05A23D (or 0x05A23D) is known color: Pigment Green. HEX triplet: 05, A2 and 3D. RGB value is (5,162,61). Sum of RGB (Red+Green+Blue) = 5+162+61=228 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.19% from 228); Green value is 162 (63.67% from 255 or 71.05% from 228); Blue value is 61 (24.22% from 255 or 26.75% from 228); Max value from RGB is 162 - color contains mainly: green. Hex color #05A23D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05A23D is #FA5DC2. Grayscale: #676767. Windows color (decimal): -16408003 or 4039173. OLE color: 4039173.

HSL color Cylindrical-coordinate representation of color #05A23D: hue angle of 141.4º 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 #05A23D is Cyan = 0.97, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB 5 162 61 -
CMYK 0.97 0 0.62 0.36
HSL 141.4º 0.94% 0.33% -
HSV(B) 141.4º 0.97% 0.64% -
XYZ 13.83 26.21 8.75 -
YUV 103.54 103.99 57.71 -
System Red Green Blue C M Y K H S L
Decimal 5 162 61 0.97 0 0.62 0.36 141.4 0.94 0.33
Hex 5 A2 3D 61 0 3E 24 8D 5E 21
Octal 5 242 75 141 0 76 44 215 136 41
Binary 101 10100010 111101 1100001 0 111110 100100 10001101 1011110 100001

Color Harmonies of #05A23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A23D

Black with #05A23D

Text Example


Text Example

White with #05A23D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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