Html Css Color HEX #A8CC88 Feijoa

📋 copy color: '#A8CC88'

red 168 ◦ green 204 ◦ blue 136

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

Shades of Feijoa #A8CC88

Tints of Feijoa #A8CC88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 26.77%

R = 33.07%
G = 40.16%
B = 26.77%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#A8CC88 (or 0xA8CC88) is known color: Feijoa. HEX triplet: A8, CC and 88. RGB value is (168,204,136). Sum of RGB (Red+Green+Blue) = 168+204+136=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 136 (53.52% from 255 or 26.77% from 508); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CC88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CC88 is #573377. Grayscale: #B9B9B9. Windows color (decimal): -5714808 or 8965288. OLE color: 8965288.

HSL color Cylindrical-coordinate representation of color #A8CC88: hue angle of 91.76º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8CC88 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB 168 204 136 -
CMYK 0.18 0 0.33 0.2
HSL 91.76º 0.4% 0.67% -
HSV(B) 91.76º 0.33% 0.8% -
XYZ 42.19 53.29 31.35 -
YUV 185.48 100.07 115.53 -
System Red Green Blue C M Y K H S L
Decimal 168 204 136 0.18 0 0.33 0.2 91.76 0.4 0.67
Hex A8 CC 88 12 0 21 14 5C 28 43
Octal 250 314 210 22 0 41 24 134 50 103
Binary 10101000 11001100 10001000 10010 0 100001 10100 1011100 101000 1000011

Color Harmonies of #A8CC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CC88

Black with #A8CC88

Text Example


Text Example

White with #A8CC88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CC88; }

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

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

background-color css

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

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

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

border-color css

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

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

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