Html Css Color HEX #AFDA82 Feijoa

📋 copy color: '#AFDA82'

red 175 ◦ green 218 ◦ blue 130

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

Shades of Feijoa #AFDA82

Tints of Feijoa #AFDA82

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.68%

 BLUE value IS 130 (51.17% from 255) = 24.86%

R = 33.46%
G = 41.68%
B = 24.86%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#AFDA82 (or 0xAFDA82) is known color: Feijoa. HEX triplet: AF, DA and 82. RGB value is (175,218,130). Sum of RGB (Red+Green+Blue) = 175+218+130=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 218 (85.55% from 255 or 41.68% from 523); Blue value is 130 (51.17% from 255 or 24.86% from 523); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDA82 is #50257D. Grayscale: #C3C3C3. Windows color (decimal): -5252478 or 8575663. OLE color: 8575663.

HSL color Cylindrical-coordinate representation of color #AFDA82: hue angle of 89.32º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFDA82 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 218 130 -
CMYK 0.20 0 0.40 0.15
HSL 89.32º 0.54% 0.68% -
HSV(B) 89.32º 0.4% 0.85% -
XYZ 46.78 60.87 30.4 -
YUV 195.11 91.25 113.66 -
System Red Green Blue C M Y K H S L
Decimal 175 218 130 0.20 0 0.40 0.15 89.32 0.54 0.68
Hex AF DA 82 14 0 28 F 59 36 44
Octal 257 332 202 24 0 50 17 131 66 104
Binary 10101111 11011010 10000010 10100 0 101000 1111 1011001 110110 1000100

Color Harmonies of #AFDA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDA82

Black with #AFDA82

Text Example


Text Example

White with #AFDA82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDA82; }

 p { color: rgb(175,218,130); }

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

background-color css

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

 a { background-color: rgb(175,218,130); }

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

border-color css

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

 span { border-color: rgb(175,218,130); }

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