Html Css Color HEX #A5E946 Conifer

📋 copy color: '#A5E946'

red 165 ◦ green 233 ◦ blue 70

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

Shades of Conifer #A5E946

Tints of Conifer #A5E946

RGB

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

 GREEN value IS 233 (91.41% from 255) = 49.79%

 BLUE value IS 70 (27.73% from 255) = 14.96%

R = 35.26%
G = 49.79%
B = 14.96%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#A5E946 (or 0xA5E946) is known color: Conifer. HEX triplet: A5, E9 and 46. RGB value is (165,233,70). Sum of RGB (Red+Green+Blue) = 165+233+70=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 233 (91.41% from 255 or 49.79% from 468); Blue value is 70 (27.73% from 255 or 14.96% from 468); Max value from RGB is 233 - color contains mainly: green. Hex color #A5E946 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5E946 is #5A16B9. Grayscale: #C2C2C2. Windows color (decimal): -5904058 or 4647333. OLE color: 4647333.

HSL color Cylindrical-coordinate representation of color #A5E946: hue angle of 85.03º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A5E946 is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB 165 233 70 -
CMYK 0.29 0 0.70 0.09
HSL 85.03º 0.79% 0.59% -
HSV(B) 85.03º 0.7% 0.91% -
XYZ 45.76 66.72 16.26 -
YUV 194.09 57.97 107.25 -
System Red Green Blue C M Y K H S L
Decimal 165 233 70 0.29 0 0.70 0.09 85.03 0.79 0.59
Hex A5 E9 46 1D 0 46 9 55 4F 3B
Octal 245 351 106 35 0 106 11 125 117 73
Binary 10100101 11101001 1000110 11101 0 1000110 1001 1010101 1001111 111011

Color Harmonies of #A5E946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E946

Black with #A5E946

Text Example


Text Example

White with #A5E946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E946; }

 p { color: rgb(165,233,70); }

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

background-color css

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

 a { background-color: rgb(165,233,70); }

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

border-color css

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

 span { border-color: rgb(165,233,70); }

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