Html Css Color HEX #AFD594 Feijoa

📋 copy color: '#AFD594'

red 175 ◦ green 213 ◦ blue 148

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

Shades of Feijoa #AFD594

Tints of Feijoa #AFD594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.61%

R = 32.65%
G = 39.74%
B = 27.61%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#AFD594 (or 0xAFD594) is known color: Feijoa. HEX triplet: AF, D5 and 94. RGB value is (175,213,148). Sum of RGB (Red+Green+Blue) = 175+213+148=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 213 (83.59% from 255 or 39.74% from 536); Blue value is 148 (58.20% from 255 or 27.61% from 536); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD594 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD594 is #502A6B. Grayscale: #C2C2C2. Windows color (decimal): -5253740 or 9754031. OLE color: 9754031.

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

Color convert

RGB 175 213 148 -
CMYK 0.18 0 0.31 0.16
HSL 95.08º 0.44% 0.71% -
HSV(B) 95.08º 0.31% 0.84% -
XYZ 46.82 58.84 36.91 -
YUV 194.23 101.91 114.29 -
System Red Green Blue C M Y K H S L
Decimal 175 213 148 0.18 0 0.31 0.16 95.08 0.44 0.71
Hex AF D5 94 12 0 1F 10 5F 2C 47
Octal 257 325 224 22 0 37 20 137 54 107
Binary 10101111 11010101 10010100 10010 0 11111 10000 1011111 101100 1000111

Color Harmonies of #AFD594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD594

Black with #AFD594

Text Example


Text Example

White with #AFD594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD594; }

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

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

background-color css

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

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

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

border-color css

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

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

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