Html Css Color HEX #AFC274 Caper

📋 copy color: '#AFC274'

red 175 ◦ green 194 ◦ blue 116

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

Shades of Caper #AFC274

Tints of Caper #AFC274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.92%

R = 36.08%
G = 40%
B = 23.92%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#AFC274 (or 0xAFC274) is known color: Caper. HEX triplet: AF, C2 and 74. RGB value is (175,194,116). Sum of RGB (Red+Green+Blue) = 175+194+116=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 194 (76.17% from 255 or 40% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC274 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC274 is #503D8B. Grayscale: #B3B3B3. Windows color (decimal): -5258636 or 7652015. OLE color: 7652015.

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

Color convert

RGB 175 194 116 -
CMYK 0.10 0 0.40 0.24
HSL 74.62º 0.39% 0.61% -
HSV(B) 74.62º 0.4% 0.76% -
XYZ 40.12 48.96 23.86 -
YUV 179.43 92.21 124.84 -
System Red Green Blue C M Y K H S L
Decimal 175 194 116 0.10 0 0.40 0.24 74.62 0.39 0.61
Hex AF C2 74 A 0 28 18 4B 27 3D
Octal 257 302 164 12 0 50 30 113 47 75
Binary 10101111 11000010 1110100 1010 0 101000 11000 1001011 100111 111101

Color Harmonies of #AFC274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC274

Black with #AFC274

Text Example


Text Example

White with #AFC274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC274; }

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

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

background-color css

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

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

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

border-color css

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

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

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