Html Css Color HEX #AFD692 Feijoa

📋 copy color: '#AFD692'

red 175 ◦ green 214 ◦ blue 146

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

Shades of Feijoa #AFD692

Tints of Feijoa #AFD692

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40%

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

R = 32.71%
G = 40%
B = 27.29%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#AFD692 (or 0xAFD692) is known color: Feijoa. HEX triplet: AF, D6 and 92. RGB value is (175,214,146). Sum of RGB (Red+Green+Blue) = 175+214+146=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 214 (83.98% from 255 or 40% from 535); Blue value is 146 (57.42% from 255 or 27.29% from 535); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD692 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD692 is #50296D. Grayscale: #C2C2C2. Windows color (decimal): -5253486 or 9623215. OLE color: 9623215.

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

Color convert

RGB 175 214 146 -
CMYK 0.18 0 0.32 0.16
HSL 94.41º 0.45% 0.71% -
HSV(B) 94.41º 0.32% 0.84% -
XYZ 46.91 59.28 36.16 -
YUV 194.59 100.58 114.03 -
System Red Green Blue C M Y K H S L
Decimal 175 214 146 0.18 0 0.32 0.16 94.41 0.45 0.71
Hex AF D6 92 12 0 20 10 5E 2D 47
Octal 257 326 222 22 0 40 20 136 55 107
Binary 10101111 11010110 10010010 10010 0 100000 10000 1011110 101101 1000111

Color Harmonies of #AFD692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD692

Black with #AFD692

Text Example


Text Example

White with #AFD692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD692; }

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

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

background-color css

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

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

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

border-color css

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

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

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