Html Css Color HEX #A2D45F Conifer

📋 copy color: '#A2D45F'

red 162 ◦ green 212 ◦ blue 95

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

Shades of Conifer #A2D45F

Tints of Conifer #A2D45F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.2%

 BLUE value IS 95 (37.5% from 255) = 20.26%

R = 34.54%
G = 45.2%
B = 20.26%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#A2D45F (or 0xA2D45F) is known color: Conifer. HEX triplet: A2, D4 and 5F. RGB value is (162,212,95). Sum of RGB (Red+Green+Blue) = 162+212+95=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 212 (83.20% from 255 or 45.20% from 469); Blue value is 95 (37.5% from 255 or 20.26% from 469); Max value from RGB is 212 - color contains mainly: green. Hex color #A2D45F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D45F is #5D2BA0. Grayscale: #B8B8B8. Windows color (decimal): -6106017 or 6280354. OLE color: 6280354.

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

Color convert

RGB 162 212 95 -
CMYK 0.24 0 0.55 0.17
HSL 85.64º 0.58% 0.6% -
HSV(B) 85.64º 0.55% 0.83% -
XYZ 40.51 55.59 19.42 -
YUV 183.71 77.94 112.51 -
System Red Green Blue C M Y K H S L
Decimal 162 212 95 0.24 0 0.55 0.17 85.64 0.58 0.6
Hex A2 D4 5F 18 0 37 11 56 3A 3C
Octal 242 324 137 30 0 67 21 126 72 74
Binary 10100010 11010100 1011111 11000 0 110111 10001 1010110 111010 111100

Color Harmonies of #A2D45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D45F

Black with #A2D45F

Text Example


Text Example

White with #A2D45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D45F; }

 p { color: rgb(162,212,95); }

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

background-color css

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

 a { background-color: rgb(162,212,95); }

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

border-color css

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

 span { border-color: rgb(162,212,95); }

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