Html Css Color HEX #AFE07A Feijoa

📋 copy color: '#AFE07A'

red 175 ◦ green 224 ◦ blue 122

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

Shades of Feijoa #AFE07A

Tints of Feijoa #AFE07A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.42%

R = 33.59%
G = 42.99%
B = 23.42%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#AFE07A (or 0xAFE07A) is known color: Feijoa. HEX triplet: AF, E0 and 7A. RGB value is (175,224,122). Sum of RGB (Red+Green+Blue) = 175+224+122=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 224 (87.89% from 255 or 42.99% from 521); Blue value is 122 (48.05% from 255 or 23.42% from 521); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE07A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE07A is #501F85. Grayscale: #C6C6C6. Windows color (decimal): -5250950 or 8052911. OLE color: 8052911.

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

Color convert

RGB 175 224 122 -
CMYK 0.22 0 0.46 0.12
HSL 88.82º 0.62% 0.68% -
HSV(B) 88.82º 0.46% 0.88% -
XYZ 47.85 63.83 28.21 -
YUV 197.72 85.27 111.79 -
System Red Green Blue C M Y K H S L
Decimal 175 224 122 0.22 0 0.46 0.12 88.82 0.62 0.68
Hex AF E0 7A 16 0 2E C 59 3E 44
Octal 257 340 172 26 0 56 14 131 76 104
Binary 10101111 11100000 1111010 10110 0 101110 1100 1011001 111110 1000100

Color Harmonies of #AFE07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE07A

Black with #AFE07A

Text Example


Text Example

White with #AFE07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE07A; }

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

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

background-color css

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

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

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

border-color css

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

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

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