Html Css Color HEX #AFDA70 Feijoa

📋 copy color: '#AFDA70'

red 175 ◦ green 218 ◦ blue 112

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

Shades of Feijoa #AFDA70

Tints of Feijoa #AFDA70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.18%

R = 34.65%
G = 43.17%
B = 22.18%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#AFDA70 (or 0xAFDA70) is known color: Feijoa. HEX triplet: AF, DA and 70. RGB value is (175,218,112). Sum of RGB (Red+Green+Blue) = 175+218+112=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 218 (85.55% from 255 or 43.17% from 505); Blue value is 112 (44.14% from 255 or 22.18% from 505); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDA70 is #50258F. Grayscale: #C1C1C1. Windows color (decimal): -5252496 or 7396015. OLE color: 7396015.

HSL color Cylindrical-coordinate representation of color #AFDA70: hue angle of 84.34º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AFDA70 is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 218 112 -
CMYK 0.20 0 0.49 0.15
HSL 84.34º 0.59% 0.65% -
HSV(B) 84.34º 0.49% 0.85% -
XYZ 45.68 60.43 24.59 -
YUV 193.06 82.25 115.12 -
System Red Green Blue C M Y K H S L
Decimal 175 218 112 0.20 0 0.49 0.15 84.34 0.59 0.65
Hex AF DA 70 14 0 31 F 54 3B 41
Octal 257 332 160 24 0 61 17 124 73 101
Binary 10101111 11011010 1110000 10100 0 110001 1111 1010100 111011 1000001

Color Harmonies of #AFDA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDA70

Black with #AFDA70

Text Example


Text Example

White with #AFDA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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