Html Css Color HEX #AFD47A Feijoa

📋 copy color: '#AFD47A'

red 175 ◦ green 212 ◦ blue 122

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

Shades of Feijoa #AFD47A

Tints of Feijoa #AFD47A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.65%

 BLUE value IS 122 (48.05% from 255) = 23.97%

R = 34.38%
G = 41.65%
B = 23.97%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#AFD47A (or 0xAFD47A) is known color: Feijoa. HEX triplet: AF, D4 and 7A. RGB value is (175,212,122). Sum of RGB (Red+Green+Blue) = 175+212+122=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 212 (83.20% from 255 or 41.65% from 509); Blue value is 122 (48.05% from 255 or 23.97% from 509); Max value from RGB is 212 - color contains mainly: green. Hex color #AFD47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD47A is #502B85. Grayscale: #BEBEBE. Windows color (decimal): -5254022 or 8049839. OLE color: 8049839.

HSL color Cylindrical-coordinate representation of color #AFD47A: hue angle of 84.67º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AFD47A is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 212 122 -
CMYK 0.17 0 0.42 0.17
HSL 84.67º 0.51% 0.65% -
HSV(B) 84.67º 0.42% 0.83% -
XYZ 44.74 57.61 27.17 -
YUV 190.68 89.24 116.82 -
System Red Green Blue C M Y K H S L
Decimal 175 212 122 0.17 0 0.42 0.17 84.67 0.51 0.65
Hex AF D4 7A 11 0 2A 11 55 33 41
Octal 257 324 172 21 0 52 21 125 63 101
Binary 10101111 11010100 1111010 10001 0 101010 10001 1010101 110011 1000001

Color Harmonies of #AFD47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD47A

Black with #AFD47A

Text Example


Text Example

White with #AFD47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD47A; }

 p { color: rgb(175,212,122); }

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

background-color css

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

 a { background-color: rgb(175,212,122); }

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

border-color css

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

 span { border-color: rgb(175,212,122); }

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