Html Css Color HEX #A5E162 Conifer

📋 copy color: '#A5E162'

red 165 ◦ green 225 ◦ blue 98

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

Shades of Conifer #A5E162

Tints of Conifer #A5E162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.08%

R = 33.81%
G = 46.11%
B = 20.08%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#A5E162 (or 0xA5E162) is known color: Conifer. HEX triplet: A5, E1 and 62. RGB value is (165,225,98). Sum of RGB (Red+Green+Blue) = 165+225+98=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 225 (88.28% from 255 or 46.11% from 488); Blue value is 98 (38.67% from 255 or 20.08% from 488); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E162 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E162 is #5A1E9D. Grayscale: #C1C1C1. Windows color (decimal): -5906078 or 6480293. OLE color: 6480293.

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

Color convert

RGB 165 225 98 -
CMYK 0.27 0 0.56 0.12
HSL 88.35º 0.68% 0.63% -
HSV(B) 88.35º 0.56% 0.88% -
XYZ 44.65 62.73 21.31 -
YUV 192.58 74.62 108.33 -
System Red Green Blue C M Y K H S L
Decimal 165 225 98 0.27 0 0.56 0.12 88.35 0.68 0.63
Hex A5 E1 62 1B 0 38 C 58 44 3F
Octal 245 341 142 33 0 70 14 130 104 77
Binary 10100101 11100001 1100010 11011 0 111000 1100 1011000 1000100 111111

Color Harmonies of #A5E162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E162

Black with #A5E162

Text Example


Text Example

White with #A5E162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E162; }

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

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

background-color css

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

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

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

border-color css

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

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

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