Html Css Color HEX #A8D092 Feijoa

📋 copy color: '#A8D092'

red 168 ◦ green 208 ◦ blue 146

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

Shades of Feijoa #A8D092

Tints of Feijoa #A8D092

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.85%

 BLUE value IS 146 (57.42% from 255) = 27.97%

R = 32.18%
G = 39.85%
B = 27.97%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#A8D092 (or 0xA8D092) is known color: Feijoa. HEX triplet: A8, D0 and 92. RGB value is (168,208,146). Sum of RGB (Red+Green+Blue) = 168+208+146=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 208 (81.64% from 255 or 39.85% from 522); Blue value is 146 (57.42% from 255 or 27.97% from 522); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D092 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D092 is #572F6D. Grayscale: #BDBDBD. Windows color (decimal): -5713774 or 9621672. OLE color: 9621672.

HSL color Cylindrical-coordinate representation of color #A8D092: hue angle of 98.71º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8D092 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 208 146 -
CMYK 0.19 0 0.30 0.18
HSL 98.71º 0.4% 0.69% -
HSV(B) 98.71º 0.3% 0.82% -
XYZ 43.89 55.51 35.6 -
YUV 188.97 103.75 113.04 -
System Red Green Blue C M Y K H S L
Decimal 168 208 146 0.19 0 0.30 0.18 98.71 0.4 0.69
Hex A8 D0 92 13 0 1E 12 63 28 45
Octal 250 320 222 23 0 36 22 143 50 105
Binary 10101000 11010000 10010010 10011 0 11110 10010 1100011 101000 1000101

Color Harmonies of #A8D092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D092

Black with #A8D092

Text Example


Text Example

White with #A8D092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D092; }

 p { color: rgb(168,208,146); }

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

background-color css

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

 a { background-color: rgb(168,208,146); }

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

border-color css

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

 span { border-color: rgb(168,208,146); }

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