Html Css Color HEX #A5D151 Conifer

📋 copy color: '#A5D151'

red 165 ◦ green 209 ◦ blue 81

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

Shades of Conifer #A5D151

Tints of Conifer #A5D151

RGB

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

 GREEN value IS 209 (82.03% from 255) = 45.93%

 BLUE value IS 81 (32.03% from 255) = 17.8%

R = 36.26%
G = 45.93%
B = 17.8%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#A5D151 (or 0xA5D151) is known color: Conifer. HEX triplet: A5, D1 and 51. RGB value is (165,209,81). Sum of RGB (Red+Green+Blue) = 165+209+81=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 209 (82.03% from 255 or 45.93% from 455); Blue value is 81 (32.03% from 255 or 17.80% from 455); Max value from RGB is 209 - color contains mainly: green. Hex color #A5D151 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D151 is #5A2EAE. Grayscale: #B5B5B5. Windows color (decimal): -5910191 or 5362085. OLE color: 5362085.

HSL color Cylindrical-coordinate representation of color #A5D151: hue angle of 80.62º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A5D151 is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 209 81 -
CMYK 0.21 0 0.61 0.18
HSL 80.63º 0.58% 0.57% -
HSV(B) 80.63º 0.61% 0.82% -
XYZ 39.8 54.19 16.15 -
YUV 181.25 71.42 116.41 -
System Red Green Blue C M Y K H S L
Decimal 165 209 81 0.21 0 0.61 0.18 80.63 0.58 0.57
Hex A5 D1 51 15 0 3D 12 51 3A 39
Octal 245 321 121 25 0 75 22 121 72 71
Binary 10100101 11010001 1010001 10101 0 111101 10010 1010001 111010 111001

Color Harmonies of #A5D151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D151

Black with #A5D151

Text Example


Text Example

White with #A5D151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D151; }

 p { color: rgb(165,209,81); }

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

background-color css

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

 a { background-color: rgb(165,209,81); }

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

border-color css

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

 span { border-color: rgb(165,209,81); }

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