Html Css Color HEX #A8F17D Feijoa

📋 copy color: '#A8F17D'

red 168 ◦ green 241 ◦ blue 125

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

Shades of Feijoa #A8F17D

Tints of Feijoa #A8F17D

RGB

 RED value IS 168 (66.02% from 255) = 31.46%

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

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

R = 31.46%
G = 45.13%
B = 23.41%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#A8F17D (or 0xA8F17D) is known color: Feijoa. HEX triplet: A8, F1 and 7D. RGB value is (168,241,125). Sum of RGB (Red+Green+Blue) = 168+241+125=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 241 (94.53% from 255 or 45.13% from 534); Blue value is 125 (49.22% from 255 or 23.41% from 534); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F17D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F17D is #570E82. Grayscale: #CECECE. Windows color (decimal): -5705347 or 8253864. OLE color: 8253864.

HSL color Cylindrical-coordinate representation of color #A8F17D: hue angle of 97.76º 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 #A8F17D is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 241 125 -
CMYK 0.30 0 0.48 0.05
HSL 97.76º 0.81% 0.72% -
HSV(B) 97.76º 0.48% 0.95% -
XYZ 51.31 72.72 30.73 -
YUV 205.95 82.32 100.93 -
System Red Green Blue C M Y K H S L
Decimal 168 241 125 0.30 0 0.48 0.05 97.76 0.81 0.72
Hex A8 F1 7D 1E 0 30 5 62 51 48
Octal 250 361 175 36 0 60 5 142 121 110
Binary 10101000 11110001 1111101 11110 0 110000 101 1100010 1010001 1001000

Color Harmonies of #A8F17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F17D

Black with #A8F17D

Text Example


Text Example

White with #A8F17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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