Html Css Color HEX #AFD595 Feijoa

📋 copy color: '#AFD595'

red 175 ◦ green 213 ◦ blue 149

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

Shades of Feijoa #AFD595

Tints of Feijoa #AFD595

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.66%

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

R = 32.59%
G = 39.66%
B = 27.75%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#AFD595 (or 0xAFD595) is known color: Feijoa. HEX triplet: AF, D5 and 95. RGB value is (175,213,149). Sum of RGB (Red+Green+Blue) = 175+213+149=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 213 (83.59% from 255 or 39.66% from 537); Blue value is 149 (58.59% from 255 or 27.75% from 537); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD595 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD595 is #502A6A. Grayscale: #C2C2C2. Windows color (decimal): -5253739 or 9819567. OLE color: 9819567.

HSL color Cylindrical-coordinate representation of color #AFD595: hue angle of 95.62º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFD595 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 213 149 -
CMYK 0.18 0 0.30 0.16
HSL 95.63º 0.43% 0.71% -
HSV(B) 95.63º 0.3% 0.84% -
XYZ 46.9 58.87 37.33 -
YUV 194.34 102.41 114.2 -
System Red Green Blue C M Y K H S L
Decimal 175 213 149 0.18 0 0.30 0.16 95.63 0.43 0.71
Hex AF D5 95 12 0 1E 10 60 2B 47
Octal 257 325 225 22 0 36 20 140 53 107
Binary 10101111 11010101 10010101 10010 0 11110 10000 1100000 101011 1000111

Color Harmonies of #AFD595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD595

Black with #AFD595

Text Example


Text Example

White with #AFD595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD595; }

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

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

background-color css

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

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

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

border-color css

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

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

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