Html Css Color HEX #A5E27B Feijoa

📋 copy color: '#A5E27B'

red 165 ◦ green 226 ◦ blue 123

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

Shades of Feijoa #A5E27B

Tints of Feijoa #A5E27B

RGB

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

 GREEN value IS 226 (88.67% from 255) = 43.97%

 BLUE value IS 123 (48.44% from 255) = 23.93%

R = 32.1%
G = 43.97%
B = 23.93%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#A5E27B (or 0xA5E27B) is known color: Feijoa. HEX triplet: A5, E2 and 7B. RGB value is (165,226,123). Sum of RGB (Red+Green+Blue) = 165+226+123=514 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.10% from 514); Green value is 226 (88.67% from 255 or 43.97% from 514); Blue value is 123 (48.44% from 255 or 23.93% from 514); Max value from RGB is 226 - color contains mainly: green. Hex color #A5E27B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E27B is #5A1D84. Grayscale: #C4C4C4. Windows color (decimal): -5905797 or 8118949. OLE color: 8118949.

HSL color Cylindrical-coordinate representation of color #A5E27B: hue angle of 95.53º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A5E27B is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB 165 226 123 -
CMYK 0.27 0 0.46 0.11
HSL 95.53º 0.64% 0.68% -
HSV(B) 95.53º 0.46% 0.89% -
XYZ 46.29 63.82 28.62 -
YUV 196.02 86.79 105.88 -
System Red Green Blue C M Y K H S L
Decimal 165 226 123 0.27 0 0.46 0.11 95.53 0.64 0.68
Hex A5 E2 7B 1B 0 2E B 60 40 44
Octal 245 342 173 33 0 56 13 140 100 104
Binary 10100101 11100010 1111011 11011 0 101110 1011 1100000 1000000 1000100

Color Harmonies of #A5E27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E27B

Black with #A5E27B

Text Example


Text Example

White with #A5E27B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E27B; }

 p { color: rgb(165,226,123); }

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

background-color css

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

 a { background-color: rgb(165,226,123); }

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

border-color css

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

 span { border-color: rgb(165,226,123); }

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