Html Css Color HEX #A9CB8A Feijoa

📋 copy color: '#A9CB8A'

red 169 ◦ green 203 ◦ blue 138

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

Shades of Feijoa #A9CB8A

Tints of Feijoa #A9CB8A

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.8%

 BLUE value IS 138 (54.3% from 255) = 27.06%

R = 33.14%
G = 39.8%
B = 27.06%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#A9CB8A (or 0xA9CB8A) is known color: Feijoa. HEX triplet: A9, CB and 8A. RGB value is (169,203,138). Sum of RGB (Red+Green+Blue) = 169+203+138=510 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.14% from 510); Green value is 203 (79.69% from 255 or 39.80% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 203 - color contains mainly: green. Hex color #A9CB8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CB8A is #563475. Grayscale: #B9B9B9. Windows color (decimal): -5649526 or 9096105. OLE color: 9096105.

HSL color Cylindrical-coordinate representation of color #A9CB8A: hue angle of 91.38º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9CB8A is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB 169 203 138 -
CMYK 0.17 0 0.32 0.20
HSL 91.38º 0.38% 0.67% -
HSV(B) 91.38º 0.32% 0.8% -
XYZ 42.31 52.98 32.04 -
YUV 185.42 101.24 116.29 -
System Red Green Blue C M Y K H S L
Decimal 169 203 138 0.17 0 0.32 0.20 91.38 0.38 0.67
Hex A9 CB 8A 11 0 20 14 5B 26 43
Octal 251 313 212 21 0 40 24 133 46 103
Binary 10101001 11001011 10001010 10001 0 100000 10100 1011011 100110 1000011

Color Harmonies of #A9CB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CB8A

Black with #A9CB8A

Text Example


Text Example

White with #A9CB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CB8A; }

 p { color: rgb(169,203,138); }

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

background-color css

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

 a { background-color: rgb(169,203,138); }

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

border-color css

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

 span { border-color: rgb(169,203,138); }

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