Html Css Color HEX #A8CC90 Feijoa

📋 copy color: '#A8CC90'

red 168 ◦ green 204 ◦ blue 144

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

Shades of Feijoa #A8CC90

Tints of Feijoa #A8CC90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.91%

R = 32.56%
G = 39.53%
B = 27.91%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#A8CC90 (or 0xA8CC90) is known color: Feijoa. HEX triplet: A8, CC and 90. RGB value is (168,204,144). Sum of RGB (Red+Green+Blue) = 168+204+144=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 144 (56.64% from 255 or 27.91% from 516); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CC90 is #57336F. Grayscale: #BABABA. Windows color (decimal): -5714800 or 9489576. OLE color: 9489576.

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

Color convert

RGB 168 204 144 -
CMYK 0.18 0 0.29 0.2
HSL 96º 0.37% 0.68% -
HSV(B) 96º 0.29% 0.8% -
XYZ 42.78 53.52 34.46 -
YUV 186.4 104.07 114.88 -
System Red Green Blue C M Y K H S L
Decimal 168 204 144 0.18 0 0.29 0.2 96 0.37 0.68
Hex A8 CC 90 12 0 1D 14 60 25 44
Octal 250 314 220 22 0 35 24 140 45 104
Binary 10101000 11001100 10010000 10010 0 11101 10100 1100000 100101 1000100

Color Harmonies of #A8CC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CC90

Black with #A8CC90

Text Example


Text Example

White with #A8CC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CC90; }

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

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

background-color css

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

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

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

border-color css

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

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

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