Html Css Color HEX #AFE47A Feijoa

📋 copy color: '#AFE47A'

red 175 ◦ green 228 ◦ blue 122

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

Shades of Feijoa #AFE47A

Tints of Feijoa #AFE47A

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.43%

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

R = 33.33%
G = 43.43%
B = 23.24%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#AFE47A (or 0xAFE47A) is known color: Feijoa. HEX triplet: AF, E4 and 7A. RGB value is (175,228,122). Sum of RGB (Red+Green+Blue) = 175+228+122=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 228 (89.45% from 255 or 43.43% from 525); Blue value is 122 (48.05% from 255 or 23.24% from 525); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE47A is #501B85. Grayscale: #C8C8C8. Windows color (decimal): -5249926 or 8053935. OLE color: 8053935.

HSL color Cylindrical-coordinate representation of color #AFE47A: hue angle of 90º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AFE47A is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 228 122 -
CMYK 0.23 0 0.46 0.11
HSL 90º 0.66% 0.69% -
HSV(B) 90º 0.46% 0.89% -
XYZ 48.94 66.01 28.57 -
YUV 200.07 83.94 110.12 -
System Red Green Blue C M Y K H S L
Decimal 175 228 122 0.23 0 0.46 0.11 90 0.66 0.69
Hex AF E4 7A 17 0 2E B 5A 42 45
Octal 257 344 172 27 0 56 13 132 102 105
Binary 10101111 11100100 1111010 10111 0 101110 1011 1011010 1000010 1000101

Color Harmonies of #AFE47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE47A

Black with #AFE47A

Text Example


Text Example

White with #AFE47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE47A; }

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

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

background-color css

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

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

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

border-color css

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

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

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