Html Css Color HEX #A5E15D Conifer

📋 copy color: '#A5E15D'

red 165 ◦ green 225 ◦ blue 93

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

Shades of Conifer #A5E15D

Tints of Conifer #A5E15D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.58%

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

R = 34.16%
G = 46.58%
B = 19.25%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#A5E15D (or 0xA5E15D) is known color: Conifer. HEX triplet: A5, E1 and 5D. RGB value is (165,225,93). Sum of RGB (Red+Green+Blue) = 165+225+93=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 225 (88.28% from 255 or 46.58% from 483); Blue value is 93 (36.72% from 255 or 19.25% from 483); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E15D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E15D is #5A1EA2. Grayscale: #C0C0C0. Windows color (decimal): -5906083 or 6152613. OLE color: 6152613.

HSL color Cylindrical-coordinate representation of color #A5E15D: hue angle of 87.27º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A5E15D is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 225 93 -
CMYK 0.27 0 0.59 0.12
HSL 87.27º 0.69% 0.62% -
HSV(B) 87.27º 0.59% 0.88% -
XYZ 44.42 62.64 20.11 -
YUV 192.01 72.12 108.73 -
System Red Green Blue C M Y K H S L
Decimal 165 225 93 0.27 0 0.59 0.12 87.27 0.69 0.62
Hex A5 E1 5D 1B 0 3B C 57 45 3E
Octal 245 341 135 33 0 73 14 127 105 76
Binary 10100101 11100001 1011101 11011 0 111011 1100 1010111 1000101 111110

Color Harmonies of #A5E15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E15D

Black with #A5E15D

Text Example


Text Example

White with #A5E15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E15D; }

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

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

background-color css

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

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

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

border-color css

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

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

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