Html Css Color HEX #AFE482 Feijoa

📋 copy color: '#AFE482'

red 175 ◦ green 228 ◦ blue 130

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

Shades of Feijoa #AFE482

Tints of Feijoa #AFE482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 24.39%

R = 32.83%
G = 42.78%
B = 24.39%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#AFE482 (or 0xAFE482) is known color: Feijoa. HEX triplet: AF, E4 and 82. RGB value is (175,228,130). Sum of RGB (Red+Green+Blue) = 175+228+130=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 228 (89.45% from 255 or 42.78% from 533); Blue value is 130 (51.17% from 255 or 24.39% from 533); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE482 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE482 is #501B7D. Grayscale: #C9C9C9. Windows color (decimal): -5249918 or 8578223. OLE color: 8578223.

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

Color convert

RGB 175 228 130 -
CMYK 0.23 0 0.43 0.11
HSL 92.45º 0.64% 0.7% -
HSV(B) 92.45º 0.43% 0.89% -
XYZ 49.45 66.21 31.29 -
YUV 200.98 87.94 109.47 -
System Red Green Blue C M Y K H S L
Decimal 175 228 130 0.23 0 0.43 0.11 92.45 0.64 0.7
Hex AF E4 82 17 0 2B B 5C 40 46
Octal 257 344 202 27 0 53 13 134 100 106
Binary 10101111 11100100 10000010 10111 0 101011 1011 1011100 1000000 1000110

Color Harmonies of #AFE482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE482

Black with #AFE482

Text Example


Text Example

White with #AFE482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE482; }

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

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

background-color css

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

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

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

border-color css

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

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

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