Html Css Color HEX #AFF087 Feijoa

📋 copy color: '#AFF087'

red 175 ◦ green 240 ◦ blue 135

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

Shades of Feijoa #AFF087

Tints of Feijoa #AFF087

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.64%

 BLUE value IS 135 (53.13% from 255) = 24.55%

R = 31.82%
G = 43.64%
B = 24.55%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#AFF087 (or 0xAFF087) is known color: Feijoa. HEX triplet: AF, F0 and 87. RGB value is (175,240,135). Sum of RGB (Red+Green+Blue) = 175+240+135=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 240 (94.14% from 255 or 43.64% from 550); Blue value is 135 (53.12% from 255 or 24.55% from 550); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF087 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF087 is #500F78. Grayscale: #D0D0D0. Windows color (decimal): -5246841 or 8908975. OLE color: 8908975.

HSL color Cylindrical-coordinate representation of color #AFF087: hue angle of 97.14º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AFF087 is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 240 135 -
CMYK 0.27 0 0.44 0.06
HSL 97.14º 0.78% 0.74% -
HSV(B) 97.14º 0.44% 0.94% -
XYZ 53.21 73.18 34.24 -
YUV 208.6 86.47 104.04 -
System Red Green Blue C M Y K H S L
Decimal 175 240 135 0.27 0 0.44 0.06 97.14 0.78 0.74
Hex AF F0 87 1B 0 2C 6 61 4E 4A
Octal 257 360 207 33 0 54 6 141 116 112
Binary 10101111 11110000 10000111 11011 0 101100 110 1100001 1001110 1001010

Color Harmonies of #AFF087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF087

Black with #AFF087

Text Example


Text Example

White with #AFF087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF087; }

 p { color: rgb(175,240,135); }

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

background-color css

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

 a { background-color: rgb(175,240,135); }

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

border-color css

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

 span { border-color: rgb(175,240,135); }

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