Html Css Color HEX #AFE070 Feijoa

📋 copy color: '#AFE070'

red 175 ◦ green 224 ◦ blue 112

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

Shades of Feijoa #AFE070

Tints of Feijoa #AFE070

RGB

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

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

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

R = 34.25%
G = 43.84%
B = 21.92%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#AFE070 (or 0xAFE070) is known color: Feijoa. HEX triplet: AF, E0 and 70. RGB value is (175,224,112). Sum of RGB (Red+Green+Blue) = 175+224+112=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 224 (87.89% from 255 or 43.84% from 511); Blue value is 112 (44.14% from 255 or 21.92% from 511); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE070 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE070 is #501F8F. Grayscale: #C4C4C4. Windows color (decimal): -5250960 or 7397551. OLE color: 7397551.

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

Color convert

RGB 175 224 112 -
CMYK 0.22 0 0.50 0.12
HSL 86.25º 0.64% 0.66% -
HSV(B) 86.25º 0.5% 0.88% -
XYZ 47.26 63.6 25.11 -
YUV 196.58 80.27 112.61 -
System Red Green Blue C M Y K H S L
Decimal 175 224 112 0.22 0 0.50 0.12 86.25 0.64 0.66
Hex AF E0 70 16 0 32 C 56 40 42
Octal 257 340 160 26 0 62 14 126 100 102
Binary 10101111 11100000 1110000 10110 0 110010 1100 1010110 1000000 1000010

Color Harmonies of #AFE070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE070

Black with #AFE070

Text Example


Text Example

White with #AFE070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE070; }

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

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

background-color css

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

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

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

border-color css

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

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

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