Html Css Color HEX #A9ED8A Feijoa

📋 copy color: '#A9ED8A'

red 169 ◦ green 237 ◦ blue 138

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

Shades of Feijoa #A9ED8A

Tints of Feijoa #A9ED8A

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.57%

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

R = 31.07%
G = 43.57%
B = 25.37%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#A9ED8A (or 0xA9ED8A) is known color: Feijoa. HEX triplet: A9, ED and 8A. RGB value is (169,237,138). Sum of RGB (Red+Green+Blue) = 169+237+138=544 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.07% from 544); Green value is 237 (92.97% from 255 or 43.57% from 544); Blue value is 138 (54.30% from 255 or 25.37% from 544); Max value from RGB is 237 - color contains mainly: green. Hex color #A9ED8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A9ED8A is #561275. Grayscale: #CDCDCD. Windows color (decimal): -5640822 or 9104809. OLE color: 9104809.

HSL color Cylindrical-coordinate representation of color #A9ED8A: hue angle of 101.21º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A9ED8A is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 237 138 -
CMYK 0.29 0 0.42 0.07
HSL 101.21º 0.73% 0.74% -
HSV(B) 101.21º 0.42% 0.93% -
XYZ 51.23 70.84 35.02 -
YUV 205.38 89.97 102.05 -
System Red Green Blue C M Y K H S L
Decimal 169 237 138 0.29 0 0.42 0.07 101.21 0.73 0.74
Hex A9 ED 8A 1D 0 2A 7 65 49 4A
Octal 251 355 212 35 0 52 7 145 111 112
Binary 10101001 11101101 10001010 11101 0 101010 111 1100101 1001001 1001010

Color Harmonies of #A9ED8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9ED8A

Black with #A9ED8A

Text Example


Text Example

White with #A9ED8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9ED8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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