Html Css Color HEX #AFFE86 Feijoa

📋 copy color: '#AFFE86'

red 175 ◦ green 254 ◦ blue 134

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

Shades of Feijoa #AFFE86

Tints of Feijoa #AFFE86

RGB

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

 GREEN value IS 254 (99.61% from 255) = 45.12%

 BLUE value IS 134 (52.73% from 255) = 23.8%

R = 31.08%
G = 45.12%
B = 23.8%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.47

 K value IS 0.00

RGB Variations

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

Color information

#AFFE86 (or 0xAFFE86) is known color: Feijoa. HEX triplet: AF, FE and 86. RGB value is (175,254,134). Sum of RGB (Red+Green+Blue) = 175+254+134=563 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.08% from 563); Green value is 254 (99.61% from 255 or 45.12% from 563); Blue value is 134 (52.73% from 255 or 23.80% from 563); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFE86 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFE86 is #500179. Grayscale: #D9D9D9. Windows color (decimal): -5243258 or 8847023. OLE color: 8847023.

HSL color Cylindrical-coordinate representation of color #AFFE86: hue angle of 99.5º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFFE86 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.00.

Color convert

RGB 175 254 134 -
CMYK 0.31 0 0.47 0.00
HSL 99.5º 0.98% 0.76% -
HSV(B) 99.5º 0.47% 1% -
XYZ 57.42 81.72 35.3 -
YUV 216.7 81.33 98.26 -
System Red Green Blue C M Y K H S L
Decimal 175 254 134 0.31 0 0.47 0.00 99.5 0.98 0.76
Hex AF FE 86 1F 0 2F 0 64 62 4C
Octal 257 376 206 37 0 57 0 144 142 114
Binary 10101111 11111110 10000110 11111 0 101111 0 1100100 1100010 1001100

Color Harmonies of #AFFE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFE86

Black with #AFFE86

Text Example


Text Example

White with #AFFE86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFE86; }

 p { color: rgb(175,254,134); }

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

background-color css

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

 a { background-color: rgb(175,254,134); }

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

border-color css

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

 span { border-color: rgb(175,254,134); }

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