Html Css Color HEX #A5E15C Conifer

📋 copy color: '#A5E15C'

red 165 ◦ green 225 ◦ blue 92

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

Shades of Conifer #A5E15C

Tints of Conifer #A5E15C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.09%

R = 34.23%
G = 46.68%
B = 19.09%

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

#A5E15C (or 0xA5E15C) is known color: Conifer. HEX triplet: A5, E1 and 5C. RGB value is (165,225,92). Sum of RGB (Red+Green+Blue) = 165+225+92=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 225 (88.28% from 255 or 46.68% from 482); Blue value is 92 (36.33% from 255 or 19.09% from 482); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E15C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E15C is #5A1EA3. Grayscale: #C0C0C0. Windows color (decimal): -5906084 or 6087077. OLE color: 6087077.

HSL color Cylindrical-coordinate representation of color #A5E15C: hue angle of 87.07º 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 #A5E15C is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 225 92 -
CMYK 0.27 0 0.59 0.12
HSL 87.07º 0.69% 0.62% -
HSV(B) 87.07º 0.59% 0.88% -
XYZ 44.37 62.62 19.87 -
YUV 191.9 71.62 108.81 -
System Red Green Blue C M Y K H S L
Decimal 165 225 92 0.27 0 0.59 0.12 87.07 0.69 0.62
Hex A5 E1 5C 1B 0 3B C 57 45 3E
Octal 245 341 134 33 0 73 14 127 105 76
Binary 10100101 11100001 1011100 11011 0 111011 1100 1010111 1000101 111110

Color Harmonies of #A5E15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E15C

Black with #A5E15C

Text Example


Text Example

White with #A5E15C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E15C; }

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

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

background-color css

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

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

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

border-color css

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

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

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