Html Css Color HEX #A5E67E Feijoa

📋 copy color: '#A5E67E'

red 165 ◦ green 230 ◦ blue 126

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

Shades of Feijoa #A5E67E

Tints of Feijoa #A5E67E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.18%

R = 31.67%
G = 44.15%
B = 24.18%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#A5E67E (or 0xA5E67E) is known color: Feijoa. HEX triplet: A5, E6 and 7E. RGB value is (165,230,126). Sum of RGB (Red+Green+Blue) = 165+230+126=521 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.67% from 521); Green value is 230 (90.23% from 255 or 44.15% from 521); Blue value is 126 (49.61% from 255 or 24.18% from 521); Max value from RGB is 230 - color contains mainly: green. Hex color #A5E67E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5E67E is #5A1981. Grayscale: #C7C7C7. Windows color (decimal): -5904770 or 8316581. OLE color: 8316581.

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

Color convert

RGB 165 230 126 -
CMYK 0.28 0 0.45 0.10
HSL 97.5º 0.68% 0.7% -
HSV(B) 97.5º 0.45% 0.9% -
XYZ 47.58 66.1 29.99 -
YUV 198.71 86.97 103.96 -
System Red Green Blue C M Y K H S L
Decimal 165 230 126 0.28 0 0.45 0.10 97.5 0.68 0.7
Hex A5 E6 7E 1C 0 2D A 62 44 46
Octal 245 346 176 34 0 55 12 142 104 106
Binary 10100101 11100110 1111110 11100 0 101101 1010 1100010 1000100 1000110

Color Harmonies of #A5E67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E67E

Black with #A5E67E

Text Example


Text Example

White with #A5E67E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E67E; }

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

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

background-color css

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

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

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

border-color css

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

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

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