Html Css Color HEX #AFC290 Caper

📋 copy color: '#AFC290'

red 175 ◦ green 194 ◦ blue 144

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

Shades of Caper #AFC290

Tints of Caper #AFC290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.07%

R = 34.11%
G = 37.82%
B = 28.07%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#AFC290 (or 0xAFC290) is known color: Caper. HEX triplet: AF, C2 and 90. RGB value is (175,194,144). Sum of RGB (Red+Green+Blue) = 175+194+144=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 194 (76.17% from 255 or 37.82% from 513); Blue value is 144 (56.64% from 255 or 28.07% from 513); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC290 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC290 is #503D6F. Grayscale: #B6B6B6. Windows color (decimal): -5258608 or 9487023. OLE color: 9487023.

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

Color convert

RGB 175 194 144 -
CMYK 0.10 0 0.26 0.24
HSL 82.8º 0.29% 0.66% -
HSV(B) 82.8º 0.26% 0.76% -
XYZ 42.01 49.71 33.77 -
YUV 182.62 106.21 122.57 -
System Red Green Blue C M Y K H S L
Decimal 175 194 144 0.10 0 0.26 0.24 82.8 0.29 0.66
Hex AF C2 90 A 0 1A 18 53 1D 42
Octal 257 302 220 12 0 32 30 123 35 102
Binary 10101111 11000010 10010000 1010 0 11010 11000 1010011 11101 1000010

Color Harmonies of #AFC290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC290

Black with #AFC290

Text Example


Text Example

White with #AFC290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC290; }

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

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

background-color css

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

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

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

border-color css

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

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

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