Html Css Color HEX #A8DD90 Feijoa

📋 copy color: '#A8DD90'

red 168 ◦ green 221 ◦ blue 144

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

Shades of Feijoa #A8DD90

Tints of Feijoa #A8DD90

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.46%

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

R = 31.52%
G = 41.46%
B = 27.02%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#A8DD90 (or 0xA8DD90) is known color: Feijoa. HEX triplet: A8, DD and 90. RGB value is (168,221,144). Sum of RGB (Red+Green+Blue) = 168+221+144=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 144 (56.64% from 255 or 27.02% from 533); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DD90 is #57226F. Grayscale: #C4C4C4. Windows color (decimal): -5710448 or 9493928. OLE color: 9493928.

HSL color Cylindrical-coordinate representation of color #A8DD90: hue angle of 101.3º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8DD90 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 221 144 -
CMYK 0.24 0 0.35 0.13
HSL 101.3º 0.53% 0.72% -
HSV(B) 101.3º 0.35% 0.87% -
XYZ 47.04 62.05 35.88 -
YUV 196.38 98.44 107.76 -
System Red Green Blue C M Y K H S L
Decimal 168 221 144 0.24 0 0.35 0.13 101.3 0.53 0.72
Hex A8 DD 90 18 0 23 D 65 35 48
Octal 250 335 220 30 0 43 15 145 65 110
Binary 10101000 11011101 10010000 11000 0 100011 1101 1100101 110101 1001000

Color Harmonies of #A8DD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DD90

Black with #A8DD90

Text Example


Text Example

White with #A8DD90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DD90; }

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

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

background-color css

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

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

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

border-color css

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

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

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