Html Css Color HEX #AFD192 Feijoa

📋 copy color: '#AFD192'

red 175 ◦ green 209 ◦ blue 146

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

Shades of Feijoa #AFD192

Tints of Feijoa #AFD192

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.43%

 BLUE value IS 146 (57.42% from 255) = 27.55%

R = 33.02%
G = 39.43%
B = 27.55%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#AFD192 (or 0xAFD192) is known color: Feijoa. HEX triplet: AF, D1 and 92. RGB value is (175,209,146). Sum of RGB (Red+Green+Blue) = 175+209+146=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 209 (82.03% from 255 or 39.43% from 530); Blue value is 146 (57.42% from 255 or 27.55% from 530); Max value from RGB is 209 - color contains mainly: green. Hex color #AFD192 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD192 is #502E6D. Grayscale: #BFBFBF. Windows color (decimal): -5254766 or 9621935. OLE color: 9621935.

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

Color convert

RGB 175 209 146 -
CMYK 0.16 0 0.30 0.18
HSL 92.38º 0.41% 0.7% -
HSV(B) 92.38º 0.3% 0.82% -
XYZ 45.67 56.79 35.75 -
YUV 191.65 102.24 116.12 -
System Red Green Blue C M Y K H S L
Decimal 175 209 146 0.16 0 0.30 0.18 92.38 0.41 0.7
Hex AF D1 92 10 0 1E 12 5C 29 46
Octal 257 321 222 20 0 36 22 134 51 106
Binary 10101111 11010001 10010010 10000 0 11110 10010 1011100 101001 1000110

Color Harmonies of #AFD192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD192

Black with #AFD192

Text Example


Text Example

White with #AFD192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD192; }

 p { color: rgb(175,209,146); }

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

background-color css

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

 a { background-color: rgb(175,209,146); }

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

border-color css

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

 span { border-color: rgb(175,209,146); }

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