Html Css Color HEX #AFD395 Feijoa

📋 copy color: '#AFD395'

red 175 ◦ green 211 ◦ blue 149

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

Shades of Feijoa #AFD395

Tints of Feijoa #AFD395

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.44%

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

R = 32.71%
G = 39.44%
B = 27.85%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#AFD395 (or 0xAFD395) is known color: Feijoa. HEX triplet: AF, D3 and 95. RGB value is (175,211,149). Sum of RGB (Red+Green+Blue) = 175+211+149=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 211 (82.81% from 255 or 39.44% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD395 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD395 is #502C6A. Grayscale: #C1C1C1. Windows color (decimal): -5254251 or 9819055. OLE color: 9819055.

HSL color Cylindrical-coordinate representation of color #AFD395: hue angle of 94.84º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFD395 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 211 149 -
CMYK 0.17 0 0.29 0.17
HSL 94.84º 0.41% 0.71% -
HSV(B) 94.84º 0.29% 0.83% -
XYZ 46.4 57.87 37.16 -
YUV 193.17 103.07 115.04 -
System Red Green Blue C M Y K H S L
Decimal 175 211 149 0.17 0 0.29 0.17 94.84 0.41 0.71
Hex AF D3 95 11 0 1D 11 5F 29 47
Octal 257 323 225 21 0 35 21 137 51 107
Binary 10101111 11010011 10010101 10001 0 11101 10001 1011111 101001 1000111

Color Harmonies of #AFD395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD395

Black with #AFD395

Text Example


Text Example

White with #AFD395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD395; }

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

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

background-color css

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

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

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

border-color css

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

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

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