Html Css Color HEX #A5E45D Conifer

📋 copy color: '#A5E45D'

red 165 ◦ green 228 ◦ blue 93

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

Shades of Conifer #A5E45D

Tints of Conifer #A5E45D

RGB

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

 GREEN value IS 228 (89.45% from 255) = 46.91%

 BLUE value IS 93 (36.72% from 255) = 19.14%

R = 33.95%
G = 46.91%
B = 19.14%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#A5E45D (or 0xA5E45D) is known color: Conifer. HEX triplet: A5, E4 and 5D. RGB value is (165,228,93). Sum of RGB (Red+Green+Blue) = 165+228+93=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 228 (89.45% from 255 or 46.91% from 486); Blue value is 93 (36.72% from 255 or 19.14% from 486); Max value from RGB is 228 - color contains mainly: green. Hex color #A5E45D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E45D is #5A1BA2. Grayscale: #C2C2C2. Windows color (decimal): -5905315 or 6153381. OLE color: 6153381.

HSL color Cylindrical-coordinate representation of color #A5E45D: hue angle of 88º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A5E45D is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 165 228 93 -
CMYK 0.28 0 0.59 0.11
HSL 88º 0.71% 0.63% -
HSV(B) 88º 0.59% 0.89% -
XYZ 45.24 64.28 20.38 -
YUV 193.77 71.13 107.48 -
System Red Green Blue C M Y K H S L
Decimal 165 228 93 0.28 0 0.59 0.11 88 0.71 0.63
Hex A5 E4 5D 1C 0 3B B 58 47 3F
Octal 245 344 135 34 0 73 13 130 107 77
Binary 10100101 11100100 1011101 11100 0 111011 1011 1011000 1000111 111111

Color Harmonies of #A5E45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E45D

Black with #A5E45D

Text Example


Text Example

White with #A5E45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E45D; }

 p { color: rgb(165,228,93); }

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

background-color css

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

 a { background-color: rgb(165,228,93); }

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

border-color css

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

 span { border-color: rgb(165,228,93); }

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