Html Css Color HEX #A8D36C Feijoa

📋 copy color: '#A8D36C'

red 168 ◦ green 211 ◦ blue 108

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

Shades of Feijoa #A8D36C

Tints of Feijoa #A8D36C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.33%

 BLUE value IS 108 (42.58% from 255) = 22.18%

R = 34.5%
G = 43.33%
B = 22.18%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#A8D36C (or 0xA8D36C) is known color: Feijoa. HEX triplet: A8, D3 and 6C. RGB value is (168,211,108). Sum of RGB (Red+Green+Blue) = 168+211+108=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 211 (82.81% from 255 or 43.33% from 487); Blue value is 108 (42.58% from 255 or 22.18% from 487); Max value from RGB is 211 - color contains mainly: green. Hex color #A8D36C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D36C is #572C93. Grayscale: #BABABA. Windows color (decimal): -5713044 or 7132072. OLE color: 7132072.

HSL color Cylindrical-coordinate representation of color #A8D36C: hue angle of 85.05º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8D36C is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB 168 211 108 -
CMYK 0.20 0 0.49 0.17
HSL 85.05º 0.54% 0.63% -
HSV(B) 85.05º 0.49% 0.83% -
XYZ 42.15 56 22.77 -
YUV 186.4 83.75 114.88 -
System Red Green Blue C M Y K H S L
Decimal 168 211 108 0.20 0 0.49 0.17 85.05 0.54 0.63
Hex A8 D3 6C 14 0 31 11 55 36 3F
Octal 250 323 154 24 0 61 21 125 66 77
Binary 10101000 11010011 1101100 10100 0 110001 10001 1010101 110110 111111

Color Harmonies of #A8D36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D36C

Black with #A8D36C

Text Example


Text Example

White with #A8D36C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D36C; }

 p { color: rgb(168,211,108); }

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

background-color css

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

 a { background-color: rgb(168,211,108); }

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

border-color css

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

 span { border-color: rgb(168,211,108); }

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