Html Css Color HEX #A2DA5D Conifer

📋 copy color: '#A2DA5D'

red 162 ◦ green 218 ◦ blue 93

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

Shades of Conifer #A2DA5D

Tints of Conifer #A2DA5D

RGB

 RED value IS 162 (63.67% from 255) = 34.25%

 GREEN value IS 218 (85.55% from 255) = 46.09%

 BLUE value IS 93 (36.72% from 255) = 19.66%

R = 34.25%
G = 46.09%
B = 19.66%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#A2DA5D (or 0xA2DA5D) is known color: Conifer. HEX triplet: A2, DA and 5D. RGB value is (162,218,93). Sum of RGB (Red+Green+Blue) = 162+218+93=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 93 (36.72% from 255 or 19.66% from 473); Max value from RGB is 218 - color contains mainly: green. Hex color #A2DA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DA5D is #5D25A2. Grayscale: #BBBBBB. Windows color (decimal): -6104483 or 6150818. OLE color: 6150818.

HSL color Cylindrical-coordinate representation of color #A2DA5D: hue angle of 86.88º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A2DA5D is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 218 93 -
CMYK 0.26 0 0.57 0.15
HSL 86.88º 0.63% 0.61% -
HSV(B) 86.88º 0.57% 0.85% -
XYZ 41.95 58.61 19.46 -
YUV 187.01 74.95 110.16 -
System Red Green Blue C M Y K H S L
Decimal 162 218 93 0.26 0 0.57 0.15 86.88 0.63 0.61
Hex A2 DA 5D 1A 0 39 F 57 3F 3D
Octal 242 332 135 32 0 71 17 127 77 75
Binary 10100010 11011010 1011101 11010 0 111001 1111 1010111 111111 111101

Color Harmonies of #A2DA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DA5D

Black with #A2DA5D

Text Example


Text Example

White with #A2DA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DA5D; }

 p { color: rgb(162,218,93); }

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

background-color css

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

 a { background-color: rgb(162,218,93); }

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

border-color css

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

 span { border-color: rgb(162,218,93); }

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