Html Css Color HEX #A5E67C Feijoa

📋 copy color: '#A5E67C'

red 165 ◦ green 230 ◦ blue 124

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

Shades of Feijoa #A5E67C

Tints of Feijoa #A5E67C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.89%

R = 31.79%
G = 44.32%
B = 23.89%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#A5E67C (or 0xA5E67C) is known color: Feijoa. HEX triplet: A5, E6 and 7C. RGB value is (165,230,124). Sum of RGB (Red+Green+Blue) = 165+230+124=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 230 (90.23% from 255 or 44.32% from 519); Blue value is 124 (48.83% from 255 or 23.89% from 519); Max value from RGB is 230 - color contains mainly: green. Hex color #A5E67C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5E67C is #5A1983. Grayscale: #C6C6C6. Windows color (decimal): -5904772 or 8185509. OLE color: 8185509.

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

Color convert

RGB 165 230 124 -
CMYK 0.28 0 0.46 0.10
HSL 96.79º 0.68% 0.69% -
HSV(B) 96.79º 0.46% 0.9% -
XYZ 47.45 66.05 29.32 -
YUV 198.48 85.97 104.12 -
System Red Green Blue C M Y K H S L
Decimal 165 230 124 0.28 0 0.46 0.10 96.79 0.68 0.69
Hex A5 E6 7C 1C 0 2E A 61 44 45
Octal 245 346 174 34 0 56 12 141 104 105
Binary 10100101 11100110 1111100 11100 0 101110 1010 1100001 1000100 1000101

Color Harmonies of #A5E67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E67C

Black with #A5E67C

Text Example


Text Example

White with #A5E67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E67C; }

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

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

background-color css

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

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

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

border-color css

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

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

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