Html Css Color HEX #AFD592 Feijoa

📋 copy color: '#AFD592'

red 175 ◦ green 213 ◦ blue 146

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

Shades of Feijoa #AFD592

Tints of Feijoa #AFD592

RGB

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

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

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

R = 32.77%
G = 39.89%
B = 27.34%

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

#AFD592 (or 0xAFD592) is known color: Feijoa. HEX triplet: AF, D5 and 92. RGB value is (175,213,146). Sum of RGB (Red+Green+Blue) = 175+213+146=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 213 (83.59% from 255 or 39.89% from 534); Blue value is 146 (57.42% from 255 or 27.34% from 534); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD592 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD592 is #502A6D. Grayscale: #C2C2C2. Windows color (decimal): -5253742 or 9622959. OLE color: 9622959.

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

Color convert

RGB 175 213 146 -
CMYK 0.18 0 0.31 0.16
HSL 94.03º 0.44% 0.7% -
HSV(B) 94.03º 0.31% 0.84% -
XYZ 46.66 58.78 36.08 -
YUV 194 100.91 114.45 -
System Red Green Blue C M Y K H S L
Decimal 175 213 146 0.18 0 0.31 0.16 94.03 0.44 0.7
Hex AF D5 92 12 0 1F 10 5E 2C 46
Octal 257 325 222 22 0 37 20 136 54 106
Binary 10101111 11010101 10010010 10010 0 11111 10000 1011110 101100 1000110

Color Harmonies of #AFD592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD592

Black with #AFD592

Text Example


Text Example

White with #AFD592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD592; }

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

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

background-color css

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

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

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

border-color css

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

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

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