Html Css Color HEX #AFD972 Feijoa

📋 copy color: '#AFD972'

red 175 ◦ green 217 ◦ blue 114

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

Shades of Feijoa #AFD972

Tints of Feijoa #AFD972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.53%

R = 34.58%
G = 42.89%
B = 22.53%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#AFD972 (or 0xAFD972) is known color: Feijoa. HEX triplet: AF, D9 and 72. RGB value is (175,217,114). Sum of RGB (Red+Green+Blue) = 175+217+114=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 114 (44.92% from 255 or 22.53% from 506); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD972 is #50268D. Grayscale: #C1C1C1. Windows color (decimal): -5252750 or 7526831. OLE color: 7526831.

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

Color convert

RGB 175 217 114 -
CMYK 0.19 0 0.47 0.15
HSL 84.47º 0.58% 0.65% -
HSV(B) 84.47º 0.47% 0.85% -
XYZ 45.53 59.95 25.09 -
YUV 192.7 83.59 115.38 -
System Red Green Blue C M Y K H S L
Decimal 175 217 114 0.19 0 0.47 0.15 84.47 0.58 0.65
Hex AF D9 72 13 0 2F F 54 3A 41
Octal 257 331 162 23 0 57 17 124 72 101
Binary 10101111 11011001 1110010 10011 0 101111 1111 1010100 111010 1000001

Color Harmonies of #AFD972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD972

Black with #AFD972

Text Example


Text Example

White with #AFD972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD972; }

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

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

background-color css

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

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

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

border-color css

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

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

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