Html Css Color HEX #A2D35A Conifer

📋 copy color: '#A2D35A'

red 162 ◦ green 211 ◦ blue 90

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

Shades of Conifer #A2D35A

Tints of Conifer #A2D35A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.57%

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

R = 34.99%
G = 45.57%
B = 19.44%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#A2D35A (or 0xA2D35A) is known color: Conifer. HEX triplet: A2, D3 and 5A. RGB value is (162,211,90). Sum of RGB (Red+Green+Blue) = 162+211+90=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 211 (82.81% from 255 or 45.57% from 463); Blue value is 90 (35.55% from 255 or 19.44% from 463); Max value from RGB is 211 - color contains mainly: green. Hex color #A2D35A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D35A is #5D2CA5. Grayscale: #B6B6B6. Windows color (decimal): -6106278 or 5952418. OLE color: 5952418.

HSL color Cylindrical-coordinate representation of color #A2D35A: hue angle of 84.3º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A2D35A is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB 162 211 90 -
CMYK 0.23 0 0.57 0.17
HSL 84.3º 0.58% 0.59% -
HSV(B) 84.3º 0.57% 0.83% -
XYZ 40.04 55.01 18.18 -
YUV 182.56 75.77 113.34 -
System Red Green Blue C M Y K H S L
Decimal 162 211 90 0.23 0 0.57 0.17 84.3 0.58 0.59
Hex A2 D3 5A 17 0 39 11 54 3A 3B
Octal 242 323 132 27 0 71 21 124 72 73
Binary 10100010 11010011 1011010 10111 0 111001 10001 1010100 111010 111011

Color Harmonies of #A2D35A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D35A

Black with #A2D35A

Text Example


Text Example

White with #A2D35A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D35A; }

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

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

background-color css

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

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

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

border-color css

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

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

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