Html Css Color HEX #AFF286 Feijoa

📋 copy color: '#AFF286'

red 175 ◦ green 242 ◦ blue 134

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

Shades of Feijoa #AFF286

Tints of Feijoa #AFF286

RGB

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

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

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

R = 31.76%
G = 43.92%
B = 24.32%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#AFF286 (or 0xAFF286) is known color: Feijoa. HEX triplet: AF, F2 and 86. RGB value is (175,242,134). Sum of RGB (Red+Green+Blue) = 175+242+134=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 242 (94.92% from 255 or 43.92% from 551); Blue value is 134 (52.73% from 255 or 24.32% from 551); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF286 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF286 is #500D79. Grayscale: #D2D2D2. Windows color (decimal): -5246330 or 8843951. OLE color: 8843951.

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

Color convert

RGB 175 242 134 -
CMYK 0.28 0 0.45 0.05
HSL 97.22º 0.81% 0.74% -
HSV(B) 97.22º 0.45% 0.95% -
XYZ 53.73 74.34 34.07 -
YUV 209.66 85.3 103.28 -
System Red Green Blue C M Y K H S L
Decimal 175 242 134 0.28 0 0.45 0.05 97.22 0.81 0.74
Hex AF F2 86 1C 0 2D 5 61 51 4A
Octal 257 362 206 34 0 55 5 141 121 112
Binary 10101111 11110010 10000110 11100 0 101101 101 1100001 1010001 1001010

Color Harmonies of #AFF286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF286

Black with #AFF286

Text Example


Text Example

White with #AFF286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF286; }

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

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

background-color css

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

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

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

border-color css

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

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

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