Html Css Color HEX #A8F17E Feijoa

📋 copy color: '#A8F17E'

red 168 ◦ green 241 ◦ blue 126

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

Shades of Feijoa #A8F17E

Tints of Feijoa #A8F17E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 23.55%

R = 31.4%
G = 45.05%
B = 23.55%

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

#A8F17E (or 0xA8F17E) is known color: Feijoa. HEX triplet: A8, F1 and 7E. RGB value is (168,241,126). Sum of RGB (Red+Green+Blue) = 168+241+126=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 241 (94.53% from 255 or 45.05% from 535); Blue value is 126 (49.61% from 255 or 23.55% from 535); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F17E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F17E is #570E81. Grayscale: #CECECE. Windows color (decimal): -5705346 or 8319400. OLE color: 8319400.

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

Color convert

RGB 168 241 126 -
CMYK 0.30 0 0.48 0.05
HSL 98.09º 0.8% 0.72% -
HSV(B) 98.09º 0.48% 0.95% -
XYZ 51.37 72.74 31.07 -
YUV 206.06 82.82 100.85 -
System Red Green Blue C M Y K H S L
Decimal 168 241 126 0.30 0 0.48 0.05 98.09 0.8 0.72
Hex A8 F1 7E 1E 0 30 5 62 50 48
Octal 250 361 176 36 0 60 5 142 120 110
Binary 10101000 11110001 1111110 11110 0 110000 101 1100010 1010000 1001000

Color Harmonies of #A8F17E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F17E

Black with #A8F17E

Text Example


Text Example

White with #A8F17E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F17E; }

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

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

background-color css

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

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

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

border-color css

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

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

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