Html Css Color HEX #AFFC86 Feijoa

📋 copy color: '#AFFC86'

red 175 ◦ green 252 ◦ blue 134

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

Shades of Feijoa #AFFC86

Tints of Feijoa #AFFC86

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.92%

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

R = 31.19%
G = 44.92%
B = 23.89%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#AFFC86 (or 0xAFFC86) is known color: Feijoa. HEX triplet: AF, FC and 86. RGB value is (175,252,134). Sum of RGB (Red+Green+Blue) = 175+252+134=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 252 (98.83% from 255 or 44.92% from 561); Blue value is 134 (52.73% from 255 or 23.89% from 561); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFC86 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFC86 is #500379. Grayscale: #D7D7D7. Windows color (decimal): -5243770 or 8846511. OLE color: 8846511.

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

Color convert

RGB 175 252 134 -
CMYK 0.31 0 0.47 0.01
HSL 99.15º 0.95% 0.76% -
HSV(B) 99.15º 0.47% 0.99% -
XYZ 56.79 80.46 35.09 -
YUV 215.53 81.99 99.09 -
System Red Green Blue C M Y K H S L
Decimal 175 252 134 0.31 0 0.47 0.01 99.15 0.95 0.76
Hex AF FC 86 1F 0 2F 1 63 5F 4C
Octal 257 374 206 37 0 57 1 143 137 114
Binary 10101111 11111100 10000110 11111 0 101111 1 1100011 1011111 1001100

Color Harmonies of #AFFC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFC86

Black with #AFFC86

Text Example


Text Example

White with #AFFC86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFC86; }

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

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

background-color css

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

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

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

border-color css

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

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

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