Html Css Color HEX #AFF17D Feijoa

📋 copy color: '#AFF17D'

red 175 ◦ green 241 ◦ blue 125

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

Shades of Feijoa #AFF17D

Tints of Feijoa #AFF17D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.11%

R = 32.35%
G = 44.55%
B = 23.11%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#AFF17D (or 0xAFF17D) is known color: Feijoa. HEX triplet: AF, F1 and 7D. RGB value is (175,241,125). Sum of RGB (Red+Green+Blue) = 175+241+125=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 241 (94.53% from 255 or 44.55% from 541); Blue value is 125 (49.22% from 255 or 23.11% from 541); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF17D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF17D is #500E82. Grayscale: #D0D0D0. Windows color (decimal): -5246595 or 8253871. OLE color: 8253871.

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

Color convert

RGB 175 241 125 -
CMYK 0.27 0 0.48 0.05
HSL 94.14º 0.81% 0.72% -
HSV(B) 94.14º 0.48% 0.95% -
XYZ 52.84 73.51 30.81 -
YUV 208.04 81.13 104.43 -
System Red Green Blue C M Y K H S L
Decimal 175 241 125 0.27 0 0.48 0.05 94.14 0.81 0.72
Hex AF F1 7D 1B 0 30 5 5E 51 48
Octal 257 361 175 33 0 60 5 136 121 110
Binary 10101111 11110001 1111101 11011 0 110000 101 1011110 1010001 1001000

Color Harmonies of #AFF17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF17D

Black with #AFF17D

Text Example


Text Example

White with #AFF17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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