Html Css Color HEX #A5ED6D Feijoa

📋 copy color: '#A5ED6D'

red 165 ◦ green 237 ◦ blue 109

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

Shades of Feijoa #A5ED6D

Tints of Feijoa #A5ED6D

RGB

 RED value IS 165 (64.84% from 255) = 32.29%

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

 BLUE value IS 109 (42.97% from 255) = 21.33%

R = 32.29%
G = 46.38%
B = 21.33%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#A5ED6D (or 0xA5ED6D) is known color: Feijoa. HEX triplet: A5, ED and 6D. RGB value is (165,237,109). Sum of RGB (Red+Green+Blue) = 165+237+109=511 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.29% from 511); Green value is 237 (92.97% from 255 or 46.38% from 511); Blue value is 109 (42.97% from 255 or 21.33% from 511); Max value from RGB is 237 - color contains mainly: green. Hex color #A5ED6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5ED6D is #5A1292. Grayscale: #C9C9C9. Windows color (decimal): -5902995 or 7204261. OLE color: 7204261.

HSL color Cylindrical-coordinate representation of color #A5ED6D: hue angle of 93.75º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A5ED6D is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 237 109 -
CMYK 0.30 0 0.54 0.07
HSL 93.75º 0.78% 0.68% -
HSV(B) 93.75º 0.54% 0.93% -
XYZ 48.56 69.67 25.36 -
YUV 200.88 76.15 102.41 -
System Red Green Blue C M Y K H S L
Decimal 165 237 109 0.30 0 0.54 0.07 93.75 0.78 0.68
Hex A5 ED 6D 1E 0 36 7 5E 4E 44
Octal 245 355 155 36 0 66 7 136 116 104
Binary 10100101 11101101 1101101 11110 0 110110 111 1011110 1001110 1000100

Color Harmonies of #A5ED6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5ED6D

Black with #A5ED6D

Text Example


Text Example

White with #A5ED6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5ED6D; }

 p { color: rgb(165,237,109); }

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

background-color css

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

 a { background-color: rgb(165,237,109); }

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

border-color css

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

 span { border-color: rgb(165,237,109); }

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