Html Css Color HEX #A5E66E Feijoa

📋 copy color: '#A5E66E'

red 165 ◦ green 230 ◦ blue 110

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

Shades of Feijoa #A5E66E

Tints of Feijoa #A5E66E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 21.78%

R = 32.67%
G = 45.54%
B = 21.78%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#A5E66E (or 0xA5E66E) is known color: Feijoa. HEX triplet: A5, E6 and 6E. RGB value is (165,230,110). Sum of RGB (Red+Green+Blue) = 165+230+110=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 230 (90.23% from 255 or 45.54% from 505); Blue value is 110 (43.36% from 255 or 21.78% from 505); Max value from RGB is 230 - color contains mainly: green. Hex color #A5E66E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5E66E is #5A1991. Grayscale: #C5C5C5. Windows color (decimal): -5904786 or 7268005. OLE color: 7268005.

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

Color convert

RGB 165 230 110 -
CMYK 0.28 0 0.52 0.10
HSL 92.5º 0.71% 0.67% -
HSV(B) 92.5º 0.52% 0.9% -
XYZ 46.63 65.72 24.98 -
YUV 196.89 78.97 105.26 -
System Red Green Blue C M Y K H S L
Decimal 165 230 110 0.28 0 0.52 0.10 92.5 0.71 0.67
Hex A5 E6 6E 1C 0 34 A 5C 47 43
Octal 245 346 156 34 0 64 12 134 107 103
Binary 10100101 11100110 1101110 11100 0 110100 1010 1011100 1000111 1000011

Color Harmonies of #A5E66E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E66E

Black with #A5E66E

Text Example


Text Example

White with #A5E66E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E66E; }

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

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

background-color css

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

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

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

border-color css

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

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

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