Html Css Color HEX #AFD970 Feijoa

📋 copy color: '#AFD970'

red 175 ◦ green 217 ◦ blue 112

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

Shades of Feijoa #AFD970

Tints of Feijoa #AFD970

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.06%

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

R = 34.72%
G = 43.06%
B = 22.22%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#AFD970 (or 0xAFD970) is known color: Feijoa. HEX triplet: AF, D9 and 70. RGB value is (175,217,112). Sum of RGB (Red+Green+Blue) = 175+217+112=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 217 (85.16% from 255 or 43.06% from 504); Blue value is 112 (44.14% from 255 or 22.22% from 504); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD970 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD970 is #50268F. Grayscale: #C0C0C0. Windows color (decimal): -5252752 or 7395759. OLE color: 7395759.

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

Color convert

RGB 175 217 112 -
CMYK 0.19 0 0.48 0.15
HSL 84º 0.58% 0.65% -
HSV(B) 84º 0.48% 0.85% -
XYZ 45.42 59.91 24.5 -
YUV 192.47 82.59 115.54 -
System Red Green Blue C M Y K H S L
Decimal 175 217 112 0.19 0 0.48 0.15 84 0.58 0.65
Hex AF D9 70 13 0 30 F 54 3A 41
Octal 257 331 160 23 0 60 17 124 72 101
Binary 10101111 11011001 1110000 10011 0 110000 1111 1010100 111010 1000001

Color Harmonies of #AFD970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD970

Black with #AFD970

Text Example


Text Example

White with #AFD970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD970; }

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

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

background-color css

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

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

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

border-color css

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

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

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