Html Css Color HEX #A5E165 Conifer

📋 copy color: '#A5E165'

red 165 ◦ green 225 ◦ blue 101

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

Shades of Conifer #A5E165

Tints of Conifer #A5E165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.57%

R = 33.6%
G = 45.82%
B = 20.57%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#A5E165 (or 0xA5E165) is known color: Conifer. HEX triplet: A5, E1 and 65. RGB value is (165,225,101). Sum of RGB (Red+Green+Blue) = 165+225+101=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 225 (88.28% from 255 or 45.82% from 491); Blue value is 101 (39.84% from 255 or 20.57% from 491); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E165 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E165 is #5A1E9A. Grayscale: #C1C1C1. Windows color (decimal): -5906075 or 6676901. OLE color: 6676901.

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

Color convert

RGB 165 225 101 -
CMYK 0.27 0 0.55 0.12
HSL 89.03º 0.67% 0.64% -
HSV(B) 89.03º 0.55% 0.88% -
XYZ 44.79 62.79 22.07 -
YUV 192.92 76.12 108.08 -
System Red Green Blue C M Y K H S L
Decimal 165 225 101 0.27 0 0.55 0.12 89.03 0.67 0.64
Hex A5 E1 65 1B 0 37 C 59 43 40
Octal 245 341 145 33 0 67 14 131 103 100
Binary 10100101 11100001 1100101 11011 0 110111 1100 1011001 1000011 1000000

Color Harmonies of #A5E165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E165

Black with #A5E165

Text Example


Text Example

White with #A5E165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E165; }

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

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

background-color css

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

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

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

border-color css

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

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

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