Html Css Color HEX #AFD27A Caper

📋 copy color: '#AFD27A'

red 175 ◦ green 210 ◦ blue 122

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

Shades of Caper #AFD27A

Tints of Caper #AFD27A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.42%

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

R = 34.52%
G = 41.42%
B = 24.06%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#AFD27A (or 0xAFD27A) is known color: Caper. HEX triplet: AF, D2 and 7A. RGB value is (175,210,122). Sum of RGB (Red+Green+Blue) = 175+210+122=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 210 (82.42% from 255 or 41.42% from 507); Blue value is 122 (48.05% from 255 or 24.06% from 507); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD27A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD27A is #502D85. Grayscale: #BDBDBD. Windows color (decimal): -5254534 or 8049327. OLE color: 8049327.

HSL color Cylindrical-coordinate representation of color #AFD27A: hue angle of 83.86º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AFD27A is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 210 122 -
CMYK 0.17 0 0.42 0.18
HSL 83.86º 0.49% 0.65% -
HSV(B) 83.86º 0.42% 0.82% -
XYZ 44.24 56.61 27.01 -
YUV 189.5 89.9 117.66 -
System Red Green Blue C M Y K H S L
Decimal 175 210 122 0.17 0 0.42 0.18 83.86 0.49 0.65
Hex AF D2 7A 11 0 2A 12 54 31 41
Octal 257 322 172 21 0 52 22 124 61 101
Binary 10101111 11010010 1111010 10001 0 101010 10010 1010100 110001 1000001

Color Harmonies of #AFD27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD27A

Black with #AFD27A

Text Example


Text Example

White with #AFD27A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD27A; }

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

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

background-color css

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

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

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

border-color css

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

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

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