Html Css Color HEX #A5E849 Conifer

📋 copy color: '#A5E849'

red 165 ◦ green 232 ◦ blue 73

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

Shades of Conifer #A5E849

Tints of Conifer #A5E849

RGB

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

 GREEN value IS 232 (91.02% from 255) = 49.36%

 BLUE value IS 73 (28.91% from 255) = 15.53%

R = 35.11%
G = 49.36%
B = 15.53%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#A5E849 (or 0xA5E849) is known color: Conifer. HEX triplet: A5, E8 and 49. RGB value is (165,232,73). Sum of RGB (Red+Green+Blue) = 165+232+73=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 232 (91.02% from 255 or 49.36% from 470); Blue value is 73 (28.91% from 255 or 15.53% from 470); Max value from RGB is 232 - color contains mainly: green. Hex color #A5E849 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5E849 is #5A17B6. Grayscale: #C2C2C2. Windows color (decimal): -5904311 or 4843685. OLE color: 4843685.

HSL color Cylindrical-coordinate representation of color #A5E849: hue angle of 85.28º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A5E849 is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.

Color convert

RGB 165 232 73 -
CMYK 0.29 0 0.69 0.09
HSL 85.28º 0.78% 0.6% -
HSV(B) 85.28º 0.69% 0.91% -
XYZ 45.58 66.19 16.68 -
YUV 193.84 59.8 107.43 -
System Red Green Blue C M Y K H S L
Decimal 165 232 73 0.29 0 0.69 0.09 85.28 0.78 0.6
Hex A5 E8 49 1D 0 45 9 55 4E 3C
Octal 245 350 111 35 0 105 11 125 116 74
Binary 10100101 11101000 1001001 11101 0 1000101 1001 1010101 1001110 111100

Color Harmonies of #A5E849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E849

Black with #A5E849

Text Example


Text Example

White with #A5E849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E849; }

 p { color: rgb(165,232,73); }

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

background-color css

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

 a { background-color: rgb(165,232,73); }

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

border-color css

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

 span { border-color: rgb(165,232,73); }

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