Html Css Color HEX #A5E66D Feijoa

📋 copy color: '#A5E66D'

red 165 ◦ green 230 ◦ blue 109

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

Shades of Feijoa #A5E66D

Tints of Feijoa #A5E66D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 45.63%

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

R = 32.74%
G = 45.63%
B = 21.63%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#A5E66D (or 0xA5E66D) is known color: Feijoa. HEX triplet: A5, E6 and 6D. RGB value is (165,230,109). Sum of RGB (Red+Green+Blue) = 165+230+109=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 230 (90.23% from 255 or 45.63% from 504); Blue value is 109 (42.97% from 255 or 21.63% from 504); Max value from RGB is 230 - color contains mainly: green. Hex color #A5E66D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5E66D is #5A1992. Grayscale: #C5C5C5. Windows color (decimal): -5904787 or 7202469. OLE color: 7202469.

HSL color Cylindrical-coordinate representation of color #A5E66D: hue angle of 92.23º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A5E66D is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB 165 230 109 -
CMYK 0.28 0 0.53 0.10
HSL 92.23º 0.71% 0.66% -
HSV(B) 92.23º 0.53% 0.9% -
XYZ 46.57 65.7 24.69 -
YUV 196.77 78.47 105.34 -
System Red Green Blue C M Y K H S L
Decimal 165 230 109 0.28 0 0.53 0.10 92.23 0.71 0.66
Hex A5 E6 6D 1C 0 35 A 5C 47 42
Octal 245 346 155 34 0 65 12 134 107 102
Binary 10100101 11100110 1101101 11100 0 110101 1010 1011100 1000111 1000010

Color Harmonies of #A5E66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E66D

Black with #A5E66D

Text Example


Text Example

White with #A5E66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E66D; }

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

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

background-color css

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

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

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

border-color css

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

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

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