Html Css Color HEX #10AB5A Pigment Green

📋 copy color: '#10AB5A'

red 16 ◦ green 171 ◦ blue 90

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

Shades of Pigment Green #10AB5A

Tints of Pigment Green #10AB5A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 61.73%

 BLUE value IS 90 (35.55% from 255) = 32.49%

R = 5.78%
G = 61.73%
B = 32.49%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#10AB5A (or 0x10AB5A) is known color: Pigment Green. HEX triplet: 10, AB and 5A. RGB value is (16,171,90). Sum of RGB (Red+Green+Blue) = 16+171+90=277 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.78% from 277); Green value is 171 (67.19% from 255 or 61.73% from 277); Blue value is 90 (35.55% from 255 or 32.49% from 277); Max value from RGB is 171 - color contains mainly: green. Hex color #10AB5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AB5A is #EF54A5. Grayscale: #737373. Windows color (decimal): -15684774 or 5942032. OLE color: 5942032.

HSL color Cylindrical-coordinate representation of color #10AB5A: hue angle of 148.65º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AB5A is Cyan = 0.91, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 171 90 -
CMYK 0.91 0 0.47 0.33
HSL 148.65º 0.83% 0.37% -
HSV(B) 148.65º 0.91% 0.67% -
XYZ 16.62 29.97 14.58 -
YUV 115.42 113.65 57.09 -
System Red Green Blue C M Y K H S L
Decimal 16 171 90 0.91 0 0.47 0.33 148.65 0.83 0.37
Hex 10 AB 5A 5B 0 2F 21 95 53 25
Octal 20 253 132 133 0 57 41 225 123 45
Binary 10000 10101011 1011010 1011011 0 101111 100001 10010101 1010011 100101

Color Harmonies of #10AB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AB5A

Black with #10AB5A

Text Example


Text Example

White with #10AB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,171,90); }

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

background-color css

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

 a { background-color: rgb(16,171,90); }

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

border-color css

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

 span { border-color: rgb(16,171,90); }

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