Html Css Color HEX #AFE072 Feijoa

📋 copy color: '#AFE072'

red 175 ◦ green 224 ◦ blue 114

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

Shades of Feijoa #AFE072

Tints of Feijoa #AFE072

RGB

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

 GREEN value IS 224 (87.89% from 255) = 43.66%

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

R = 34.11%
G = 43.66%
B = 22.22%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#AFE072 (or 0xAFE072) is known color: Feijoa. HEX triplet: AF, E0 and 72. RGB value is (175,224,114). Sum of RGB (Red+Green+Blue) = 175+224+114=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 224 (87.89% from 255 or 43.66% from 513); Blue value is 114 (44.92% from 255 or 22.22% from 513); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE072 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE072 is #501F8D. Grayscale: #C5C5C5. Windows color (decimal): -5250958 or 7528623. OLE color: 7528623.

HSL color Cylindrical-coordinate representation of color #AFE072: hue angle of 86.73º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AFE072 is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 224 114 -
CMYK 0.22 0 0.49 0.12
HSL 86.73º 0.64% 0.66% -
HSV(B) 86.73º 0.49% 0.88% -
XYZ 47.37 63.64 25.71 -
YUV 196.81 81.27 112.44 -
System Red Green Blue C M Y K H S L
Decimal 175 224 114 0.22 0 0.49 0.12 86.73 0.64 0.66
Hex AF E0 72 16 0 31 C 57 40 42
Octal 257 340 162 26 0 61 14 127 100 102
Binary 10101111 11100000 1110010 10110 0 110001 1100 1010111 1000000 1000010

Color Harmonies of #AFE072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE072

Black with #AFE072

Text Example


Text Example

White with #AFE072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE072; }

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

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

background-color css

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

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

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

border-color css

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

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

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