Html Css Color HEX #AFF287 Feijoa

📋 copy color: '#AFF287'

red 175 ◦ green 242 ◦ blue 135

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

Shades of Feijoa #AFF287

Tints of Feijoa #AFF287

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.84%

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

R = 31.7%
G = 43.84%
B = 24.46%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#AFF287 (or 0xAFF287) is known color: Feijoa. HEX triplet: AF, F2 and 87. RGB value is (175,242,135). Sum of RGB (Red+Green+Blue) = 175+242+135=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 242 (94.92% from 255 or 43.84% from 552); Blue value is 135 (53.12% from 255 or 24.46% from 552); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF287 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF287 is #500D78. Grayscale: #D2D2D2. Windows color (decimal): -5246329 or 8909487. OLE color: 8909487.

HSL color Cylindrical-coordinate representation of color #AFF287: hue angle of 97.57º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AFF287 is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 242 135 -
CMYK 0.28 0 0.44 0.05
HSL 97.57º 0.8% 0.74% -
HSV(B) 97.57º 0.44% 0.95% -
XYZ 53.8 74.37 34.44 -
YUV 209.77 85.8 103.2 -
System Red Green Blue C M Y K H S L
Decimal 175 242 135 0.28 0 0.44 0.05 97.57 0.8 0.74
Hex AF F2 87 1C 0 2C 5 62 50 4A
Octal 257 362 207 34 0 54 5 142 120 112
Binary 10101111 11110010 10000111 11100 0 101100 101 1100010 1010000 1001010

Color Harmonies of #AFF287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF287

Black with #AFF287

Text Example


Text Example

White with #AFF287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF287; }

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

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

background-color css

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

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

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

border-color css

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

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

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