Html Css Color HEX #A2D14E Conifer

📋 copy color: '#A2D14E'

red 162 ◦ green 209 ◦ blue 78

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

Shades of Conifer #A2D14E

Tints of Conifer #A2D14E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 17.37%

R = 36.08%
G = 46.55%
B = 17.37%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#A2D14E (or 0xA2D14E) is known color: Conifer. HEX triplet: A2, D1 and 4E. RGB value is (162,209,78). Sum of RGB (Red+Green+Blue) = 162+209+78=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 209 (82.03% from 255 or 46.55% from 449); Blue value is 78 (30.86% from 255 or 17.37% from 449); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D14E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D14E is #5D2EB1. Grayscale: #B4B4B4. Windows color (decimal): -6106802 or 5165474. OLE color: 5165474.

HSL color Cylindrical-coordinate representation of color #A2D14E: hue angle of 81.53º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A2D14E is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 209 78 -
CMYK 0.22 0 0.63 0.18
HSL 81.53º 0.59% 0.56% -
HSV(B) 81.53º 0.63% 0.82% -
XYZ 39.08 53.83 15.54 -
YUV 180.01 70.43 115.15 -
System Red Green Blue C M Y K H S L
Decimal 162 209 78 0.22 0 0.63 0.18 81.53 0.59 0.56
Hex A2 D1 4E 16 0 3F 12 52 3B 38
Octal 242 321 116 26 0 77 22 122 73 70
Binary 10100010 11010001 1001110 10110 0 111111 10010 1010010 111011 111000

Color Harmonies of #A2D14E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D14E

Black with #A2D14E

Text Example


Text Example

White with #A2D14E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D14E; }

 p { color: rgb(162,209,78); }

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

background-color css

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

 a { background-color: rgb(162,209,78); }

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

border-color css

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

 span { border-color: rgb(162,209,78); }

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