Html Css Color HEX #AFD295 Feijoa

📋 copy color: '#AFD295'

red 175 ◦ green 210 ◦ blue 149

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

Shades of Feijoa #AFD295

Tints of Feijoa #AFD295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.9%

R = 32.77%
G = 39.33%
B = 27.9%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#AFD295 (or 0xAFD295) is known color: Feijoa. HEX triplet: AF, D2 and 95. RGB value is (175,210,149). Sum of RGB (Red+Green+Blue) = 175+210+149=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 210 (82.42% from 255 or 39.33% from 534); Blue value is 149 (58.59% from 255 or 27.90% from 534); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD295 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD295 is #502D6A. Grayscale: #C0C0C0. Windows color (decimal): -5254507 or 9818799. OLE color: 9818799.

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

Color convert

RGB 175 210 149 -
CMYK 0.17 0 0.29 0.18
HSL 94.43º 0.4% 0.7% -
HSV(B) 94.43º 0.29% 0.82% -
XYZ 46.15 57.38 37.08 -
YUV 192.58 103.4 115.46 -
System Red Green Blue C M Y K H S L
Decimal 175 210 149 0.17 0 0.29 0.18 94.43 0.4 0.7
Hex AF D2 95 11 0 1D 12 5E 28 46
Octal 257 322 225 21 0 35 22 136 50 106
Binary 10101111 11010010 10010101 10001 0 11101 10010 1011110 101000 1000110

Color Harmonies of #AFD295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD295

Black with #AFD295

Text Example


Text Example

White with #AFD295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD295; }

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

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

background-color css

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

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

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

border-color css

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

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

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