Html Css Color HEX #AFF882 Feijoa

📋 copy color: '#AFF882'

red 175 ◦ green 248 ◦ blue 130

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

Shades of Feijoa #AFF882

Tints of Feijoa #AFF882

RGB

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

 GREEN value IS 248 (97.27% from 255) = 44.85%

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

R = 31.65%
G = 44.85%
B = 23.51%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#AFF882 (or 0xAFF882) is known color: Feijoa. HEX triplet: AF, F8 and 82. RGB value is (175,248,130). Sum of RGB (Red+Green+Blue) = 175+248+130=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 248 (97.27% from 255 or 44.85% from 553); Blue value is 130 (51.17% from 255 or 23.51% from 553); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF882 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF882 is #50077D. Grayscale: #D5D5D5. Windows color (decimal): -5244798 or 8583343. OLE color: 8583343.

HSL color Cylindrical-coordinate representation of color #AFF882: hue angle of 97.12º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AFF882 is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 248 130 -
CMYK 0.29 0 0.48 0.03
HSL 97.12º 0.89% 0.74% -
HSV(B) 97.12º 0.48% 0.97% -
XYZ 55.28 77.86 33.23 -
YUV 212.72 81.32 101.09 -
System Red Green Blue C M Y K H S L
Decimal 175 248 130 0.29 0 0.48 0.03 97.12 0.89 0.74
Hex AF F8 82 1D 0 30 3 61 59 4A
Octal 257 370 202 35 0 60 3 141 131 112
Binary 10101111 11111000 10000010 11101 0 110000 11 1100001 1011001 1001010

Color Harmonies of #AFF882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF882

Black with #AFF882

Text Example


Text Example

White with #AFF882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF882; }

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

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

background-color css

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

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

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

border-color css

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

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

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