Html Css Color HEX #A2DA5A Conifer

📋 copy color: '#A2DA5A'

red 162 ◦ green 218 ◦ blue 90

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

Shades of Conifer #A2DA5A

Tints of Conifer #A2DA5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.15%

R = 34.47%
G = 46.38%
B = 19.15%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#A2DA5A (or 0xA2DA5A) is known color: Conifer. HEX triplet: A2, DA and 5A. RGB value is (162,218,90). Sum of RGB (Red+Green+Blue) = 162+218+90=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 218 (85.55% from 255 or 46.38% from 470); Blue value is 90 (35.55% from 255 or 19.15% from 470); Max value from RGB is 218 - color contains mainly: green. Hex color #A2DA5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DA5A is #5D25A5. Grayscale: #BBBBBB. Windows color (decimal): -6104486 or 5954210. OLE color: 5954210.

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

Color convert

RGB 162 218 90 -
CMYK 0.26 0 0.59 0.15
HSL 86.25º 0.63% 0.6% -
HSV(B) 86.25º 0.59% 0.85% -
XYZ 41.82 58.56 18.77 -
YUV 186.66 73.45 110.41 -
System Red Green Blue C M Y K H S L
Decimal 162 218 90 0.26 0 0.59 0.15 86.25 0.63 0.6
Hex A2 DA 5A 1A 0 3B F 56 3F 3C
Octal 242 332 132 32 0 73 17 126 77 74
Binary 10100010 11011010 1011010 11010 0 111011 1111 1010110 111111 111100

Color Harmonies of #A2DA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DA5A

Black with #A2DA5A

Text Example


Text Example

White with #A2DA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DA5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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