Html Css Color HEX #A5E274 Feijoa

📋 copy color: '#A5E274'

red 165 ◦ green 226 ◦ blue 116

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

Shades of Feijoa #A5E274

Tints of Feijoa #A5E274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.88%

R = 32.54%
G = 44.58%
B = 22.88%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#A5E274 (or 0xA5E274) is known color: Feijoa. HEX triplet: A5, E2 and 74. RGB value is (165,226,116). Sum of RGB (Red+Green+Blue) = 165+226+116=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 226 (88.67% from 255 or 44.58% from 507); Blue value is 116 (45.70% from 255 or 22.88% from 507); Max value from RGB is 226 - color contains mainly: green. Hex color #A5E274 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E274 is #5A1D8B. Grayscale: #C3C3C3. Windows color (decimal): -5905804 or 7660197. OLE color: 7660197.

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

Color convert

RGB 165 226 116 -
CMYK 0.27 0 0.49 0.11
HSL 93.27º 0.65% 0.67% -
HSV(B) 93.27º 0.49% 0.89% -
XYZ 45.87 63.65 26.39 -
YUV 195.22 83.29 106.44 -
System Red Green Blue C M Y K H S L
Decimal 165 226 116 0.27 0 0.49 0.11 93.27 0.65 0.67
Hex A5 E2 74 1B 0 31 B 5D 41 43
Octal 245 342 164 33 0 61 13 135 101 103
Binary 10100101 11100010 1110100 11011 0 110001 1011 1011101 1000001 1000011

Color Harmonies of #A5E274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E274

Black with #A5E274

Text Example


Text Example

White with #A5E274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E274; }

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

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

background-color css

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

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

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

border-color css

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

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

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