Html Css Color HEX #A9D68D Feijoa

📋 copy color: '#A9D68D'

red 169 ◦ green 214 ◦ blue 141

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

Shades of Feijoa #A9D68D

Tints of Feijoa #A9D68D

RGB

 RED value IS 169 (66.41% from 255) = 32.25%

 GREEN value IS 214 (83.98% from 255) = 40.84%

 BLUE value IS 141 (55.47% from 255) = 26.91%

R = 32.25%
G = 40.84%
B = 26.91%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#A9D68D (or 0xA9D68D) is known color: Feijoa. HEX triplet: A9, D6 and 8D. RGB value is (169,214,141). Sum of RGB (Red+Green+Blue) = 169+214+141=524 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.25% from 524); Green value is 214 (83.98% from 255 or 40.84% from 524); Blue value is 141 (55.47% from 255 or 26.91% from 524); Max value from RGB is 214 - color contains mainly: green. Hex color #A9D68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D68D is #562972. Grayscale: #C0C0C0. Windows color (decimal): -5646707 or 9295529. OLE color: 9295529.

HSL color Cylindrical-coordinate representation of color #A9D68D: hue angle of 96.99º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A9D68D is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 169 214 141 -
CMYK 0.21 0 0.34 0.16
HSL 96.99º 0.47% 0.7% -
HSV(B) 96.99º 0.34% 0.84% -
XYZ 45.22 58.45 34.1 -
YUV 192.22 99.09 111.44 -
System Red Green Blue C M Y K H S L
Decimal 169 214 141 0.21 0 0.34 0.16 96.99 0.47 0.7
Hex A9 D6 8D 15 0 22 10 61 2F 46
Octal 251 326 215 25 0 42 20 141 57 106
Binary 10101001 11010110 10001101 10101 0 100010 10000 1100001 101111 1000110

Color Harmonies of #A9D68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9D68D

Black with #A9D68D

Text Example


Text Example

White with #A9D68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9D68D; }

 p { color: rgb(169,214,141); }

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

background-color css

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

 a { background-color: rgb(169,214,141); }

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

border-color css

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

 span { border-color: rgb(169,214,141); }

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