Html Css Color HEX #A5EE7A Feijoa

📋 copy color: '#A5EE7A'

red 165 ◦ green 238 ◦ blue 122

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

Shades of Feijoa #A5EE7A

Tints of Feijoa #A5EE7A

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.33%

 BLUE value IS 122 (48.05% from 255) = 23.24%

R = 31.43%
G = 45.33%
B = 23.24%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#A5EE7A (or 0xA5EE7A) is known color: Feijoa. HEX triplet: A5, EE and 7A. RGB value is (165,238,122). Sum of RGB (Red+Green+Blue) = 165+238+122=525 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.43% from 525); Green value is 238 (93.36% from 255 or 45.33% from 525); Blue value is 122 (48.05% from 255 or 23.24% from 525); Max value from RGB is 238 - color contains mainly: green. Hex color #A5EE7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5EE7A is #5A1185. Grayscale: #CBCBCB. Windows color (decimal): -5902726 or 8056485. OLE color: 8056485.

HSL color Cylindrical-coordinate representation of color #A5EE7A: hue angle of 97.76º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A5EE7A is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 238 122 -
CMYK 0.31 0 0.49 0.07
HSL 97.76º 0.77% 0.71% -
HSV(B) 97.76º 0.49% 0.93% -
XYZ 49.6 70.55 29.42 -
YUV 202.95 82.32 100.93 -
System Red Green Blue C M Y K H S L
Decimal 165 238 122 0.31 0 0.49 0.07 97.76 0.77 0.71
Hex A5 EE 7A 1F 0 31 7 62 4D 47
Octal 245 356 172 37 0 61 7 142 115 107
Binary 10100101 11101110 1111010 11111 0 110001 111 1100010 1001101 1000111

Color Harmonies of #A5EE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EE7A

Black with #A5EE7A

Text Example


Text Example

White with #A5EE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EE7A; }

 p { color: rgb(165,238,122); }

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

background-color css

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

 a { background-color: rgb(165,238,122); }

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

border-color css

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

 span { border-color: rgb(165,238,122); }

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