Html Css Color HEX #10A153 Pigment Green

📋 copy color: '#10A153'

red 16 ◦ green 161 ◦ blue 83

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

Shades of Pigment Green #10A153

Tints of Pigment Green #10A153

RGB

 RED value IS 16 (6.64% from 255) = 6.15%

 GREEN value IS 161 (63.28% from 255) = 61.92%

 BLUE value IS 83 (32.81% from 255) = 31.92%

R = 6.15%
G = 61.92%
B = 31.92%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#10A153 (or 0x10A153) is known color: Pigment Green. HEX triplet: 10, A1 and 53. RGB value is (16,161,83). Sum of RGB (Red+Green+Blue) = 16+161+83=260 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.15% from 260); Green value is 161 (63.28% from 255 or 61.92% from 260); Blue value is 83 (32.81% from 255 or 31.92% from 260); Max value from RGB is 161 - color contains mainly: green. Hex color #10A153 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A153 is #EF5EAC. Grayscale: #6C6C6C. Windows color (decimal): -15687341 or 5480720. OLE color: 5480720.

HSL color Cylindrical-coordinate representation of color #10A153: hue angle of 147.72º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A153 is Cyan = 0.90, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB 16 161 83 -
CMYK 0.90 0 0.48 0.37
HSL 147.72º 0.82% 0.35% -
HSV(B) 147.72º 0.9% 0.63% -
XYZ 14.52 26.22 12.48 -
YUV 108.75 113.46 61.84 -
System Red Green Blue C M Y K H S L
Decimal 16 161 83 0.90 0 0.48 0.37 147.72 0.82 0.35
Hex 10 A1 53 5A 0 30 25 94 52 23
Octal 20 241 123 132 0 60 45 224 122 43
Binary 10000 10100001 1010011 1011010 0 110000 100101 10010100 1010010 100011

Color Harmonies of #10A153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A153

Black with #10A153

Text Example


Text Example

White with #10A153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10A153; }

 p { color: rgb(16,161,83); }

 H1.HeaderClassName
 {
   color: #10A153;
 }
 .AnyTagClassName
 {
   color: #10A153;
 }
</style>

background-color css

<style>
 a { background-color: #10A153; }

 a { background-color: rgb(16,161,83); }

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

border-color css

<style>
 span { border-color: #10A153; }

 span { border-color: rgb(16,161,83); }

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