Html Css Color HEX #AFC27A Caper

📋 copy color: '#AFC27A'

red 175 ◦ green 194 ◦ blue 122

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

Shades of Caper #AFC27A

Tints of Caper #AFC27A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.51%

 BLUE value IS 122 (48.05% from 255) = 24.85%

R = 35.64%
G = 39.51%
B = 24.85%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#AFC27A (or 0xAFC27A) is known color: Caper. HEX triplet: AF, C2 and 7A. RGB value is (175,194,122). Sum of RGB (Red+Green+Blue) = 175+194+122=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 194 (76.17% from 255 or 39.51% from 491); Blue value is 122 (48.05% from 255 or 24.85% from 491); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC27A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC27A is #503D85. Grayscale: #B4B4B4. Windows color (decimal): -5258630 or 8045231. OLE color: 8045231.

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

Color convert

RGB 175 194 122 -
CMYK 0.10 0 0.37 0.24
HSL 75.83º 0.37% 0.62% -
HSV(B) 75.83º 0.37% 0.76% -
XYZ 40.48 49.1 25.76 -
YUV 180.11 95.21 124.35 -
System Red Green Blue C M Y K H S L
Decimal 175 194 122 0.10 0 0.37 0.24 75.83 0.37 0.62
Hex AF C2 7A A 0 25 18 4C 25 3E
Octal 257 302 172 12 0 45 30 114 45 76
Binary 10101111 11000010 1111010 1010 0 100101 11000 1001100 100101 111110

Color Harmonies of #AFC27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC27A

Black with #AFC27A

Text Example


Text Example

White with #AFC27A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC27A; }

 p { color: rgb(175,194,122); }

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

background-color css

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

 a { background-color: rgb(175,194,122); }

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

border-color css

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

 span { border-color: rgb(175,194,122); }

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