Html Css Color HEX #AFC36E Caper

📋 copy color: '#AFC36E'

red 175 ◦ green 195 ◦ blue 110

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

Shades of Caper #AFC36E

Tints of Caper #AFC36E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.92%

R = 36.46%
G = 40.63%
B = 22.92%

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

#AFC36E (or 0xAFC36E) is known color: Caper. HEX triplet: AF, C3 and 6E. RGB value is (175,195,110). Sum of RGB (Red+Green+Blue) = 175+195+110=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 195 (76.56% from 255 or 40.62% from 480); Blue value is 110 (43.36% from 255 or 22.92% from 480); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC36E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC36E is #503C91. Grayscale: #B3B3B3. Windows color (decimal): -5258386 or 7259055. OLE color: 7259055.

HSL color Cylindrical-coordinate representation of color #AFC36E: hue angle of 74.12º degrees, saturation: 0.41, 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 #AFC36E is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 195 110 -
CMYK 0.10 0 0.44 0.24
HSL 74.12º 0.41% 0.6% -
HSV(B) 74.12º 0.44% 0.76% -
XYZ 40.01 49.27 22.15 -
YUV 179.33 88.87 124.91 -
System Red Green Blue C M Y K H S L
Decimal 175 195 110 0.10 0 0.44 0.24 74.12 0.41 0.6
Hex AF C3 6E A 0 2C 18 4A 29 3C
Octal 257 303 156 12 0 54 30 112 51 74
Binary 10101111 11000011 1101110 1010 0 101100 11000 1001010 101001 111100

Color Harmonies of #AFC36E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC36E

Black with #AFC36E

Text Example


Text Example

White with #AFC36E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC36E; }

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

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

background-color css

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

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

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

border-color css

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

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

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