Html Css Color HEX #A2D255 Conifer

📋 copy color: '#A2D255'

red 162 ◦ green 210 ◦ blue 85

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

Shades of Conifer #A2D255

Tints of Conifer #A2D255

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.95%

 BLUE value IS 85 (33.59% from 255) = 18.6%

R = 35.45%
G = 45.95%
B = 18.6%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#A2D255 (or 0xA2D255) is known color: Conifer. HEX triplet: A2, D2 and 55. RGB value is (162,210,85). Sum of RGB (Red+Green+Blue) = 162+210+85=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 210 (82.42% from 255 or 45.95% from 457); Blue value is 85 (33.59% from 255 or 18.60% from 457); Max value from RGB is 210 - color contains mainly: green. Hex color #A2D255 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D255 is #5D2DAA. Grayscale: #B5B5B5. Windows color (decimal): -6106539 or 5624482. OLE color: 5624482.

HSL color Cylindrical-coordinate representation of color #A2D255: hue angle of 83.04º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A2D255 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 210 85 -
CMYK 0.23 0 0.60 0.18
HSL 83.04º 0.58% 0.58% -
HSV(B) 83.04º 0.6% 0.82% -
XYZ 39.59 54.43 17.01 -
YUV 181.4 73.6 114.16 -
System Red Green Blue C M Y K H S L
Decimal 162 210 85 0.23 0 0.60 0.18 83.04 0.58 0.58
Hex A2 D2 55 17 0 3C 12 53 3A 3A
Octal 242 322 125 27 0 74 22 123 72 72
Binary 10100010 11010010 1010101 10111 0 111100 10010 1010011 111010 111010

Color Harmonies of #A2D255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D255

Black with #A2D255

Text Example


Text Example

White with #A2D255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D255; }

 p { color: rgb(162,210,85); }

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

background-color css

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

 a { background-color: rgb(162,210,85); }

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

border-color css

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

 span { border-color: rgb(162,210,85); }

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