Html Css Color HEX #AFE077 Feijoa

📋 copy color: '#AFE077'

red 175 ◦ green 224 ◦ blue 119

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

Shades of Feijoa #AFE077

Tints of Feijoa #AFE077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 22.97%

R = 33.78%
G = 43.24%
B = 22.97%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#AFE077 (or 0xAFE077) is known color: Feijoa. HEX triplet: AF, E0 and 77. RGB value is (175,224,119). Sum of RGB (Red+Green+Blue) = 175+224+119=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 224 (87.89% from 255 or 43.24% from 518); Blue value is 119 (46.88% from 255 or 22.97% from 518); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE077 is #501F88. Grayscale: #C5C5C5. Windows color (decimal): -5250953 or 7856303. OLE color: 7856303.

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

Color convert

RGB 175 224 119 -
CMYK 0.22 0 0.47 0.12
HSL 88º 0.63% 0.67% -
HSV(B) 88º 0.47% 0.88% -
XYZ 47.66 63.76 27.25 -
YUV 197.38 83.77 112.04 -
System Red Green Blue C M Y K H S L
Decimal 175 224 119 0.22 0 0.47 0.12 88 0.63 0.67
Hex AF E0 77 16 0 2F C 58 3F 43
Octal 257 340 167 26 0 57 14 130 77 103
Binary 10101111 11100000 1110111 10110 0 101111 1100 1011000 111111 1000011

Color Harmonies of #AFE077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE077

Black with #AFE077

Text Example


Text Example

White with #AFE077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE077; }

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

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

background-color css

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

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

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

border-color css

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

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

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