Html Css Color HEX #A9CD8E Feijoa

📋 copy color: '#A9CD8E'

red 169 ◦ green 205 ◦ blue 142

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

Shades of Feijoa #A9CD8E

Tints of Feijoa #A9CD8E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.73%

 BLUE value IS 142 (55.86% from 255) = 27.52%

R = 32.75%
G = 39.73%
B = 27.52%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#A9CD8E (or 0xA9CD8E) is known color: Feijoa. HEX triplet: A9, CD and 8E. RGB value is (169,205,142). Sum of RGB (Red+Green+Blue) = 169+205+142=516 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.75% from 516); Green value is 205 (80.47% from 255 or 39.73% from 516); Blue value is 142 (55.86% from 255 or 27.52% from 516); Max value from RGB is 205 - color contains mainly: green. Hex color #A9CD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CD8E is #563271. Grayscale: #BBBBBB. Windows color (decimal): -5649010 or 9358761. OLE color: 9358761.

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

Color convert

RGB 169 205 142 -
CMYK 0.18 0 0.31 0.20
HSL 94.29º 0.39% 0.68% -
HSV(B) 94.29º 0.31% 0.8% -
XYZ 43.08 54.05 33.75 -
YUV 187.05 102.57 115.12 -
System Red Green Blue C M Y K H S L
Decimal 169 205 142 0.18 0 0.31 0.20 94.29 0.39 0.68
Hex A9 CD 8E 12 0 1F 14 5E 27 44
Octal 251 315 216 22 0 37 24 136 47 104
Binary 10101001 11001101 10001110 10010 0 11111 10100 1011110 100111 1000100

Color Harmonies of #A9CD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CD8E

Black with #A9CD8E

Text Example


Text Example

White with #A9CD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CD8E; }

 p { color: rgb(169,205,142); }

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

background-color css

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

 a { background-color: rgb(169,205,142); }

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

border-color css

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

 span { border-color: rgb(169,205,142); }

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