Html Css Color HEX #AFC08A Caper

📋 copy color: '#AFC08A'

red 175 ◦ green 192 ◦ blue 138

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

Shades of Caper #AFC08A

Tints of Caper #AFC08A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.02%

 BLUE value IS 138 (54.3% from 255) = 27.33%

R = 34.65%
G = 38.02%
B = 27.33%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#AFC08A (or 0xAFC08A) is known color: Caper. HEX triplet: AF, C0 and 8A. RGB value is (175,192,138). Sum of RGB (Red+Green+Blue) = 175+192+138=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 138 (54.30% from 255 or 27.33% from 505); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC08A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC08A is #503F75. Grayscale: #B4B4B4. Windows color (decimal): -5259126 or 9093295. OLE color: 9093295.

HSL color Cylindrical-coordinate representation of color #AFC08A: hue angle of 78.89º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFC08A is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 192 138 -
CMYK 0.09 0 0.28 0.25
HSL 78.89º 0.3% 0.65% -
HSV(B) 78.89º 0.28% 0.75% -
XYZ 41.12 48.65 31.27 -
YUV 180.76 103.87 123.89 -
System Red Green Blue C M Y K H S L
Decimal 175 192 138 0.09 0 0.28 0.25 78.89 0.3 0.65
Hex AF C0 8A 9 0 1C 19 4F 1E 41
Octal 257 300 212 11 0 34 31 117 36 101
Binary 10101111 11000000 10001010 1001 0 11100 11001 1001111 11110 1000001

Color Harmonies of #AFC08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC08A

Black with #AFC08A

Text Example


Text Example

White with #AFC08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC08A; }

 p { color: rgb(175,192,138); }

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

background-color css

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

 a { background-color: rgb(175,192,138); }

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

border-color css

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

 span { border-color: rgb(175,192,138); }

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