Html Css Color HEX #AFD49A Feijoa

📋 copy color: '#AFD49A'

red 175 ◦ green 212 ◦ blue 154

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

Shades of Feijoa #AFD49A

Tints of Feijoa #AFD49A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.19%

 BLUE value IS 154 (60.55% from 255) = 28.47%

R = 32.35%
G = 39.19%
B = 28.47%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#AFD49A (or 0xAFD49A) is known color: Feijoa. HEX triplet: AF, D4 and 9A. RGB value is (175,212,154). Sum of RGB (Red+Green+Blue) = 175+212+154=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 212 (83.20% from 255 or 39.19% from 541); Blue value is 154 (60.55% from 255 or 28.47% from 541); Max value from RGB is 212 - color contains mainly: green. Hex color #AFD49A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD49A is #502B65. Grayscale: #C2C2C2. Windows color (decimal): -5253990 or 10146991. OLE color: 10146991.

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

Color convert

RGB 175 212 154 -
CMYK 0.17 0 0.27 0.17
HSL 98.28º 0.4% 0.72% -
HSV(B) 98.28º 0.27% 0.83% -
XYZ 47.06 58.53 39.39 -
YUV 194.33 105.24 114.22 -
System Red Green Blue C M Y K H S L
Decimal 175 212 154 0.17 0 0.27 0.17 98.28 0.4 0.72
Hex AF D4 9A 11 0 1B 11 62 28 48
Octal 257 324 232 21 0 33 21 142 50 110
Binary 10101111 11010100 10011010 10001 0 11011 10001 1100010 101000 1001000

Color Harmonies of #AFD49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD49A

Black with #AFD49A

Text Example


Text Example

White with #AFD49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD49A; }

 p { color: rgb(175,212,154); }

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

background-color css

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

 a { background-color: rgb(175,212,154); }

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

border-color css

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

 span { border-color: rgb(175,212,154); }

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