Html Css Color HEX #A8CC8F Feijoa

📋 copy color: '#A8CC8F'

red 168 ◦ green 204 ◦ blue 143

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

Shades of Feijoa #A8CC8F

Tints of Feijoa #A8CC8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.77%

R = 32.62%
G = 39.61%
B = 27.77%

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

#A8CC8F (or 0xA8CC8F) is known color: Feijoa. HEX triplet: A8, CC and 8F. RGB value is (168,204,143). Sum of RGB (Red+Green+Blue) = 168+204+143=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 204 (80.08% from 255 or 39.61% from 515); Blue value is 143 (56.25% from 255 or 27.77% from 515); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CC8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CC8F is #573370. Grayscale: #BABABA. Windows color (decimal): -5714801 or 9424040. OLE color: 9424040.

HSL color Cylindrical-coordinate representation of color #A8CC8F: hue angle of 95.41º degrees, saturation: 0.37, 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 #A8CC8F is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB 168 204 143 -
CMYK 0.18 0 0.30 0.2
HSL 95.41º 0.37% 0.68% -
HSV(B) 95.41º 0.3% 0.8% -
XYZ 42.7 53.49 34.06 -
YUV 186.28 103.57 114.96 -
System Red Green Blue C M Y K H S L
Decimal 168 204 143 0.18 0 0.30 0.2 95.41 0.37 0.68
Hex A8 CC 8F 12 0 1E 14 5F 25 44
Octal 250 314 217 22 0 36 24 137 45 104
Binary 10101000 11001100 10001111 10010 0 11110 10100 1011111 100101 1000100

Color Harmonies of #A8CC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CC8F

Black with #A8CC8F

Text Example


Text Example

White with #A8CC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CC8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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