Html Css Color HEX #AFDF7C Feijoa

📋 copy color: '#AFDF7C'

red 175 ◦ green 223 ◦ blue 124

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

Shades of Feijoa #AFDF7C

Tints of Feijoa #AFDF7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.75%

R = 33.52%
G = 42.72%
B = 23.75%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#AFDF7C (or 0xAFDF7C) is known color: Feijoa. HEX triplet: AF, DF and 7C. RGB value is (175,223,124). Sum of RGB (Red+Green+Blue) = 175+223+124=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 124 (48.83% from 255 or 23.75% from 522); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDF7C is #502083. Grayscale: #C5C5C5. Windows color (decimal): -5251204 or 8183727. OLE color: 8183727.

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

Color convert

RGB 175 223 124 -
CMYK 0.22 0 0.44 0.13
HSL 89.09º 0.61% 0.68% -
HSV(B) 89.09º 0.44% 0.87% -
XYZ 47.7 63.34 28.78 -
YUV 197.36 86.6 112.05 -
System Red Green Blue C M Y K H S L
Decimal 175 223 124 0.22 0 0.44 0.13 89.09 0.61 0.68
Hex AF DF 7C 16 0 2C D 59 3D 44
Octal 257 337 174 26 0 54 15 131 75 104
Binary 10101111 11011111 1111100 10110 0 101100 1101 1011001 111101 1000100

Color Harmonies of #AFDF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDF7C

Black with #AFDF7C

Text Example


Text Example

White with #AFDF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDF7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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