Html Css Color HEX #10AF4F Pigment Green

📋 copy color: '#10AF4F'

red 16 ◦ green 175 ◦ blue 79

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

Shades of Pigment Green #10AF4F

Tints of Pigment Green #10AF4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 29.26%

R = 5.93%
G = 64.81%
B = 29.26%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#10AF4F (or 0x10AF4F) is known color: Pigment Green. HEX triplet: 10, AF and 4F. RGB value is (16,175,79). Sum of RGB (Red+Green+Blue) = 16+175+79=270 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.93% from 270); Green value is 175 (68.75% from 255 or 64.81% from 270); Blue value is 79 (31.25% from 255 or 29.26% from 270); Max value from RGB is 175 - color contains mainly: green. Hex color #10AF4F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AF4F is #EF50B0. Grayscale: #747474. Windows color (decimal): -15683761 or 5222160. OLE color: 5222160.

HSL color Cylindrical-coordinate representation of color #10AF4F: hue angle of 143.77º 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 #10AF4F is Cyan = 0.91, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 16 175 79 -
CMYK 0.91 0 0.55 0.31
HSL 143.77º 0.83% 0.37% -
HSV(B) 143.77º 0.91% 0.69% -
XYZ 16.95 31.33 12.55 -
YUV 116.52 106.82 56.31 -
System Red Green Blue C M Y K H S L
Decimal 16 175 79 0.91 0 0.55 0.31 143.77 0.83 0.37
Hex 10 AF 4F 5B 0 37 1F 90 53 25
Octal 20 257 117 133 0 67 37 220 123 45
Binary 10000 10101111 1001111 1011011 0 110111 11111 10010000 1010011 100101

Color Harmonies of #10AF4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AF4F

Black with #10AF4F

Text Example


Text Example

White with #10AF4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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