Html Css Color HEX #A8D36F Feijoa

📋 copy color: '#A8D36F'

red 168 ◦ green 211 ◦ blue 111

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

Shades of Feijoa #A8D36F

Tints of Feijoa #A8D36F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.65%

R = 34.29%
G = 43.06%
B = 22.65%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#A8D36F (or 0xA8D36F) is known color: Feijoa. HEX triplet: A8, D3 and 6F. RGB value is (168,211,111). Sum of RGB (Red+Green+Blue) = 168+211+111=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 211 (82.81% from 255 or 43.06% from 490); Blue value is 111 (43.75% from 255 or 22.65% from 490); Max value from RGB is 211 - color contains mainly: green. Hex color #A8D36F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D36F is #572C90. Grayscale: #BBBBBB. Windows color (decimal): -5713041 or 7328680. OLE color: 7328680.

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

Color convert

RGB 168 211 111 -
CMYK 0.20 0 0.47 0.17
HSL 85.8º 0.53% 0.63% -
HSV(B) 85.8º 0.47% 0.83% -
XYZ 42.31 56.06 23.63 -
YUV 186.74 85.25 114.63 -
System Red Green Blue C M Y K H S L
Decimal 168 211 111 0.20 0 0.47 0.17 85.8 0.53 0.63
Hex A8 D3 6F 14 0 2F 11 56 35 3F
Octal 250 323 157 24 0 57 21 126 65 77
Binary 10101000 11010011 1101111 10100 0 101111 10001 1010110 110101 111111

Color Harmonies of #A8D36F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D36F

Black with #A8D36F

Text Example


Text Example

White with #A8D36F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D36F; }

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

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

background-color css

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

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

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

border-color css

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

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

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