Html Css Color HEX #AFD293 Feijoa

📋 copy color: '#AFD293'

red 175 ◦ green 210 ◦ blue 147

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

Shades of Feijoa #AFD293

Tints of Feijoa #AFD293

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.47%

 BLUE value IS 147 (57.81% from 255) = 27.63%

R = 32.89%
G = 39.47%
B = 27.63%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#AFD293 (or 0xAFD293) is known color: Feijoa. HEX triplet: AF, D2 and 93. RGB value is (175,210,147). Sum of RGB (Red+Green+Blue) = 175+210+147=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 210 (82.42% from 255 or 39.47% from 532); Blue value is 147 (57.81% from 255 or 27.63% from 532); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD293 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD293 is #502D6C. Grayscale: #C0C0C0. Windows color (decimal): -5254509 or 9687727. OLE color: 9687727.

HSL color Cylindrical-coordinate representation of color #AFD293: hue angle of 93.33º 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 #AFD293 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 210 147 -
CMYK 0.17 0 0.30 0.18
HSL 93.33º 0.41% 0.7% -
HSV(B) 93.33º 0.3% 0.82% -
XYZ 45.99 57.31 36.24 -
YUV 192.35 102.4 115.62 -
System Red Green Blue C M Y K H S L
Decimal 175 210 147 0.17 0 0.30 0.18 93.33 0.41 0.7
Hex AF D2 93 11 0 1E 12 5D 29 46
Octal 257 322 223 21 0 36 22 135 51 106
Binary 10101111 11010010 10010011 10001 0 11110 10010 1011101 101001 1000110

Color Harmonies of #AFD293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD293

Black with #AFD293

Text Example


Text Example

White with #AFD293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD293; }

 p { color: rgb(175,210,147); }

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

background-color css

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

 a { background-color: rgb(175,210,147); }

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

border-color css

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

 span { border-color: rgb(175,210,147); }

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