Html Css Color HEX #AFCBA0 Pixie Green

📋 copy color: '#AFCBA0'

red 175 ◦ green 203 ◦ blue 160

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

Shades of Pixie Green #AFCBA0

Tints of Pixie Green #AFCBA0

RGB

 RED value IS 175 (68.75% from 255) = 32.53%

 GREEN value IS 203 (79.69% from 255) = 37.73%

 BLUE value IS 160 (62.89% from 255) = 29.74%

R = 32.53%
G = 37.73%
B = 29.74%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#AFCBA0 (or 0xAFCBA0) is known color: Pixie Green. HEX triplet: AF, CB and A0. RGB value is (175,203,160). Sum of RGB (Red+Green+Blue) = 175+203+160=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 160 (62.89% from 255 or 29.74% from 538); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCBA0 is #50345F. Grayscale: #BDBDBD. Windows color (decimal): -5256288 or 10537903. OLE color: 10537903.

HSL color Cylindrical-coordinate representation of color #AFCBA0: hue angle of 99.07º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFCBA0 is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 203 160 -
CMYK 0.14 0 0.21 0.20
HSL 99.07º 0.29% 0.71% -
HSV(B) 99.07º 0.21% 0.8% -
XYZ 45.38 54.36 41.36 -
YUV 189.73 111.22 117.5 -
System Red Green Blue C M Y K H S L
Decimal 175 203 160 0.14 0 0.21 0.20 99.07 0.29 0.71
Hex AF CB A0 E 0 15 14 63 1D 47
Octal 257 313 240 16 0 25 24 143 35 107
Binary 10101111 11001011 10100000 1110 0 10101 10100 1100011 11101 1000111

Color Harmonies of #AFCBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCBA0

Black with #AFCBA0

Text Example


Text Example

White with #AFCBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCBA0; }

 p { color: rgb(175,203,160); }

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

background-color css

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

 a { background-color: rgb(175,203,160); }

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

border-color css

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

 span { border-color: rgb(175,203,160); }

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