Html Css Color HEX #AFDF7A Feijoa

📋 copy color: '#AFDF7A'

red 175 ◦ green 223 ◦ blue 122

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

Shades of Feijoa #AFDF7A

Tints of Feijoa #AFDF7A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.88%

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

R = 33.65%
G = 42.88%
B = 23.46%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#AFDF7A (or 0xAFDF7A) is known color: Feijoa. HEX triplet: AF, DF and 7A. RGB value is (175,223,122). Sum of RGB (Red+Green+Blue) = 175+223+122=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 223 (87.5% from 255 or 42.88% from 520); Blue value is 122 (48.05% from 255 or 23.46% from 520); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDF7A is #502085. Grayscale: #C5C5C5. Windows color (decimal): -5251206 or 8052655. OLE color: 8052655.

HSL color Cylindrical-coordinate representation of color #AFDF7A: hue angle of 88.51º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AFDF7A is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 223 122 -
CMYK 0.22 0 0.45 0.13
HSL 88.51º 0.61% 0.68% -
HSV(B) 88.51º 0.45% 0.87% -
XYZ 47.58 63.29 28.12 -
YUV 197.13 85.6 112.21 -
System Red Green Blue C M Y K H S L
Decimal 175 223 122 0.22 0 0.45 0.13 88.51 0.61 0.68
Hex AF DF 7A 16 0 2D D 59 3D 44
Octal 257 337 172 26 0 55 15 131 75 104
Binary 10101111 11011111 1111010 10110 0 101101 1101 1011001 111101 1000100

Color Harmonies of #AFDF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDF7A

Black with #AFDF7A

Text Example


Text Example

White with #AFDF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDF7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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