Html Css Color HEX #A8CC8E Feijoa

📋 copy color: '#A8CC8E'

red 168 ◦ green 204 ◦ blue 142

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

Shades of Feijoa #A8CC8E

Tints of Feijoa #A8CC8E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.69%

 BLUE value IS 142 (55.86% from 255) = 27.63%

R = 32.68%
G = 39.69%
B = 27.63%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#A8CC8E (or 0xA8CC8E) is known color: Feijoa. HEX triplet: A8, CC and 8E. RGB value is (168,204,142). Sum of RGB (Red+Green+Blue) = 168+204+142=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 204 (80.08% from 255 or 39.69% from 514); Blue value is 142 (55.86% from 255 or 27.63% from 514); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CC8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CC8E is #573371. Grayscale: #BABABA. Windows color (decimal): -5714802 or 9358504. OLE color: 9358504.

HSL color Cylindrical-coordinate representation of color #A8CC8E: hue angle of 94.84º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8CC8E is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB 168 204 142 -
CMYK 0.18 0 0.30 0.2
HSL 94.84º 0.38% 0.68% -
HSV(B) 94.84º 0.3% 0.8% -
XYZ 42.62 53.46 33.66 -
YUV 186.17 103.07 115.04 -
System Red Green Blue C M Y K H S L
Decimal 168 204 142 0.18 0 0.30 0.2 94.84 0.38 0.68
Hex A8 CC 8E 12 0 1E 14 5F 26 44
Octal 250 314 216 22 0 36 24 137 46 104
Binary 10101000 11001100 10001110 10010 0 11110 10100 1011111 100110 1000100

Color Harmonies of #A8CC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CC8E

Black with #A8CC8E

Text Example


Text Example

White with #A8CC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CC8E; }

 p { color: rgb(168,204,142); }

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

background-color css

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

 a { background-color: rgb(168,204,142); }

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

border-color css

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

 span { border-color: rgb(168,204,142); }

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