Html Css Color HEX #A8D08A Feijoa

📋 copy color: '#A8D08A'

red 168 ◦ green 208 ◦ blue 138

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

Shades of Feijoa #A8D08A

Tints of Feijoa #A8D08A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.85%

R = 32.68%
G = 40.47%
B = 26.85%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#A8D08A (or 0xA8D08A) is known color: Feijoa. HEX triplet: A8, D0 and 8A. RGB value is (168,208,138). Sum of RGB (Red+Green+Blue) = 168+208+138=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 208 (81.64% from 255 or 40.47% from 514); Blue value is 138 (54.30% from 255 or 26.85% from 514); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D08A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D08A is #572F75. Grayscale: #BCBCBC. Windows color (decimal): -5713782 or 9097384. OLE color: 9097384.

HSL color Cylindrical-coordinate representation of color #A8D08A: hue angle of 94.29º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8D08A is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 208 138 -
CMYK 0.19 0 0.34 0.18
HSL 94.29º 0.43% 0.68% -
HSV(B) 94.29º 0.34% 0.82% -
XYZ 43.29 55.27 32.43 -
YUV 188.06 99.75 113.69 -
System Red Green Blue C M Y K H S L
Decimal 168 208 138 0.19 0 0.34 0.18 94.29 0.43 0.68
Hex A8 D0 8A 13 0 22 12 5E 2B 44
Octal 250 320 212 23 0 42 22 136 53 104
Binary 10101000 11010000 10001010 10011 0 100010 10010 1011110 101011 1000100

Color Harmonies of #A8D08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D08A

Black with #A8D08A

Text Example


Text Example

White with #A8D08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D08A; }

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

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

background-color css

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

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

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

border-color css

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

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

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