Html Css Color HEX #AFF17C Feijoa

📋 copy color: '#AFF17C'

red 175 ◦ green 241 ◦ blue 124

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

Shades of Feijoa #AFF17C

Tints of Feijoa #AFF17C

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.63%

 BLUE value IS 124 (48.83% from 255) = 22.96%

R = 32.41%
G = 44.63%
B = 22.96%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#AFF17C (or 0xAFF17C) is known color: Feijoa. HEX triplet: AF, F1 and 7C. RGB value is (175,241,124). Sum of RGB (Red+Green+Blue) = 175+241+124=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 241 (94.53% from 255 or 44.63% from 540); Blue value is 124 (48.83% from 255 or 22.96% from 540); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF17C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF17C is #500E83. Grayscale: #D0D0D0. Windows color (decimal): -5246596 or 8188335. OLE color: 8188335.

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

Color convert

RGB 175 241 124 -
CMYK 0.27 0 0.49 0.05
HSL 93.85º 0.81% 0.72% -
HSV(B) 93.85º 0.49% 0.95% -
XYZ 52.77 73.48 30.47 -
YUV 207.93 80.63 104.51 -
System Red Green Blue C M Y K H S L
Decimal 175 241 124 0.27 0 0.49 0.05 93.85 0.81 0.72
Hex AF F1 7C 1B 0 31 5 5E 51 48
Octal 257 361 174 33 0 61 5 136 121 110
Binary 10101111 11110001 1111100 11011 0 110001 101 1011110 1010001 1001000

Color Harmonies of #AFF17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF17C

Black with #AFF17C

Text Example


Text Example

White with #AFF17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF17C; }

 p { color: rgb(175,241,124); }

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

background-color css

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

 a { background-color: rgb(175,241,124); }

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

border-color css

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

 span { border-color: rgb(175,241,124); }

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