Html Css Color HEX #A8D594 Feijoa

📋 copy color: '#A8D594'

red 168 ◦ green 213 ◦ blue 148

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

Shades of Feijoa #A8D594

Tints of Feijoa #A8D594

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.26%

 BLUE value IS 148 (58.2% from 255) = 27.98%

R = 31.76%
G = 40.26%
B = 27.98%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#A8D594 (or 0xA8D594) is known color: Feijoa. HEX triplet: A8, D5 and 94. RGB value is (168,213,148). Sum of RGB (Red+Green+Blue) = 168+213+148=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 213 (83.59% from 255 or 40.26% from 529); Blue value is 148 (58.20% from 255 or 27.98% from 529); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D594 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D594 is #572A6B. Grayscale: #C0C0C0. Windows color (decimal): -5712492 or 9754024. OLE color: 9754024.

HSL color Cylindrical-coordinate representation of color #A8D594: hue angle of 101.54º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8D594 is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 213 148 -
CMYK 0.21 0 0.31 0.16
HSL 101.54º 0.44% 0.71% -
HSV(B) 101.54º 0.31% 0.84% -
XYZ 45.29 58.05 36.84 -
YUV 192.14 103.09 110.79 -
System Red Green Blue C M Y K H S L
Decimal 168 213 148 0.21 0 0.31 0.16 101.54 0.44 0.71
Hex A8 D5 94 15 0 1F 10 66 2C 47
Octal 250 325 224 25 0 37 20 146 54 107
Binary 10101000 11010101 10010100 10101 0 11111 10000 1100110 101100 1000111

Color Harmonies of #A8D594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D594

Black with #A8D594

Text Example


Text Example

White with #A8D594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D594; }

 p { color: rgb(168,213,148); }

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

background-color css

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

 a { background-color: rgb(168,213,148); }

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

border-color css

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

 span { border-color: rgb(168,213,148); }

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