Html Css Color HEX #AFC36D Caper

📋 copy color: '#AFC36D'

red 175 ◦ green 195 ◦ blue 109

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

Shades of Caper #AFC36D

Tints of Caper #AFC36D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.71%

 BLUE value IS 109 (42.97% from 255) = 22.76%

R = 36.53%
G = 40.71%
B = 22.76%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#AFC36D (or 0xAFC36D) is known color: Caper. HEX triplet: AF, C3 and 6D. RGB value is (175,195,109). Sum of RGB (Red+Green+Blue) = 175+195+109=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 195 (76.56% from 255 or 40.71% from 479); Blue value is 109 (42.97% from 255 or 22.76% from 479); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC36D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC36D is #503C92. Grayscale: #B3B3B3. Windows color (decimal): -5258387 or 7193519. OLE color: 7193519.

HSL color Cylindrical-coordinate representation of color #AFC36D: hue angle of 73.95º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AFC36D is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 195 109 -
CMYK 0.10 0 0.44 0.24
HSL 73.95º 0.42% 0.6% -
HSV(B) 73.95º 0.44% 0.76% -
XYZ 39.95 49.25 21.87 -
YUV 179.22 88.37 124.99 -
System Red Green Blue C M Y K H S L
Decimal 175 195 109 0.10 0 0.44 0.24 73.95 0.42 0.6
Hex AF C3 6D A 0 2C 18 4A 2A 3C
Octal 257 303 155 12 0 54 30 112 52 74
Binary 10101111 11000011 1101101 1010 0 101100 11000 1001010 101010 111100

Color Harmonies of #AFC36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC36D

Black with #AFC36D

Text Example


Text Example

White with #AFC36D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC36D; }

 p { color: rgb(175,195,109); }

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

background-color css

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

 a { background-color: rgb(175,195,109); }

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

border-color css

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

 span { border-color: rgb(175,195,109); }

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