Html Css Color HEX #AFF486 Feijoa

📋 copy color: '#AFF486'

red 175 ◦ green 244 ◦ blue 134

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

Shades of Feijoa #AFF486

Tints of Feijoa #AFF486

RGB

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

 GREEN value IS 244 (95.7% from 255) = 44.12%

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

R = 31.65%
G = 44.12%
B = 24.23%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#AFF486 (or 0xAFF486) is known color: Feijoa. HEX triplet: AF, F4 and 86. RGB value is (175,244,134). Sum of RGB (Red+Green+Blue) = 175+244+134=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 244 (95.70% from 255 or 44.12% from 553); Blue value is 134 (52.73% from 255 or 24.23% from 553); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF486 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF486 is #500B79. Grayscale: #D3D3D3. Windows color (decimal): -5245818 or 8844463. OLE color: 8844463.

HSL color Cylindrical-coordinate representation of color #AFF486: hue angle of 97.64º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AFF486 is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 244 134 -
CMYK 0.28 0 0.45 0.04
HSL 97.64º 0.83% 0.74% -
HSV(B) 97.64º 0.45% 0.96% -
XYZ 54.33 75.54 34.27 -
YUV 210.83 84.64 102.44 -
System Red Green Blue C M Y K H S L
Decimal 175 244 134 0.28 0 0.45 0.04 97.64 0.83 0.74
Hex AF F4 86 1C 0 2D 4 62 53 4A
Octal 257 364 206 34 0 55 4 142 123 112
Binary 10101111 11110100 10000110 11100 0 101101 100 1100010 1010011 1001010

Color Harmonies of #AFF486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF486

Black with #AFF486

Text Example


Text Example

White with #AFF486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF486; }

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

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

background-color css

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

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

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

border-color css

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

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

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