Html Css Color HEX #A8DE7E Feijoa

📋 copy color: '#A8DE7E'

red 168 ◦ green 222 ◦ blue 126

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

Shades of Feijoa #A8DE7E

Tints of Feijoa #A8DE7E

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.02%

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

R = 32.56%
G = 43.02%
B = 24.42%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#A8DE7E (or 0xA8DE7E) is known color: Feijoa. HEX triplet: A8, DE and 7E. RGB value is (168,222,126). Sum of RGB (Red+Green+Blue) = 168+222+126=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 222 (87.11% from 255 or 43.02% from 516); Blue value is 126 (49.61% from 255 or 24.42% from 516); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DE7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DE7E is #572181. Grayscale: #C3C3C3. Windows color (decimal): -5710210 or 8314536. OLE color: 8314536.

HSL color Cylindrical-coordinate representation of color #A8DE7E: hue angle of 93.75º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A8DE7E is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 222 126 -
CMYK 0.24 0 0.43 0.13
HSL 93.75º 0.59% 0.68% -
HSV(B) 93.75º 0.43% 0.87% -
XYZ 46.04 62.07 29.29 -
YUV 194.91 89.11 108.81 -
System Red Green Blue C M Y K H S L
Decimal 168 222 126 0.24 0 0.43 0.13 93.75 0.59 0.68
Hex A8 DE 7E 18 0 2B D 5E 3B 44
Octal 250 336 176 30 0 53 15 136 73 104
Binary 10101000 11011110 1111110 11000 0 101011 1101 1011110 111011 1000100

Color Harmonies of #A8DE7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DE7E

Black with #A8DE7E

Text Example


Text Example

White with #A8DE7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DE7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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