Html Css Color HEX #10AF5B Pigment Green

📋 copy color: '#10AF5B'

red 16 ◦ green 175 ◦ blue 91

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

Shades of Pigment Green #10AF5B

Tints of Pigment Green #10AF5B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 62.06%

 BLUE value IS 91 (35.94% from 255) = 32.27%

R = 5.67%
G = 62.06%
B = 32.27%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#10AF5B (or 0x10AF5B) is known color: Pigment Green. HEX triplet: 10, AF and 5B. RGB value is (16,175,91). Sum of RGB (Red+Green+Blue) = 16+175+91=282 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.67% from 282); Green value is 175 (68.75% from 255 or 62.06% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 175 - color contains mainly: green. Hex color #10AF5B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AF5B is #EF50A4. Grayscale: #767676. Windows color (decimal): -15683749 or 6008592. OLE color: 6008592.

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

Color convert

RGB 16 175 91 -
CMYK 0.91 0 0.48 0.31
HSL 148.3º 0.83% 0.37% -
HSV(B) 148.3º 0.91% 0.69% -
XYZ 17.43 31.53 15.06 -
YUV 117.88 112.82 55.33 -
System Red Green Blue C M Y K H S L
Decimal 16 175 91 0.91 0 0.48 0.31 148.3 0.83 0.37
Hex 10 AF 5B 5B 0 30 1F 94 53 25
Octal 20 257 133 133 0 60 37 224 123 45
Binary 10000 10101111 1011011 1011011 0 110000 11111 10010100 1010011 100101

Color Harmonies of #10AF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AF5B

Black with #10AF5B

Text Example


Text Example

White with #10AF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,175,91); }

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

background-color css

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

 a { background-color: rgb(16,175,91); }

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

border-color css

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

 span { border-color: rgb(16,175,91); }

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