Html Css Color HEX #AFD872 Feijoa

📋 copy color: '#AFD872'

red 175 ◦ green 216 ◦ blue 114

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

Shades of Feijoa #AFD872

Tints of Feijoa #AFD872

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.77%

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

R = 34.65%
G = 42.77%
B = 22.57%

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

#AFD872 (or 0xAFD872) is known color: Feijoa. HEX triplet: AF, D8 and 72. RGB value is (175,216,114). Sum of RGB (Red+Green+Blue) = 175+216+114=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 216 (84.77% from 255 or 42.77% from 505); Blue value is 114 (44.92% from 255 or 22.57% from 505); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD872 is #50278D. Grayscale: #C0C0C0. Windows color (decimal): -5253006 or 7526575. OLE color: 7526575.

HSL color Cylindrical-coordinate representation of color #AFD872: hue angle of 84.12º degrees, saturation: 0.57, 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 #AFD872 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 216 114 -
CMYK 0.19 0 0.47 0.15
HSL 84.12º 0.57% 0.65% -
HSV(B) 84.12º 0.47% 0.85% -
XYZ 45.27 59.44 25.01 -
YUV 192.11 83.92 115.79 -
System Red Green Blue C M Y K H S L
Decimal 175 216 114 0.19 0 0.47 0.15 84.12 0.57 0.65
Hex AF D8 72 13 0 2F F 54 39 41
Octal 257 330 162 23 0 57 17 124 71 101
Binary 10101111 11011000 1110010 10011 0 101111 1111 1010100 111001 1000001

Color Harmonies of #AFD872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD872

Black with #AFD872

Text Example


Text Example

White with #AFD872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD872; }

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

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

background-color css

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

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

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

border-color css

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

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

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