Html Css Color HEX #A2D25B Conifer

📋 copy color: '#A2D25B'

red 162 ◦ green 210 ◦ blue 91

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

Shades of Conifer #A2D25B

Tints of Conifer #A2D25B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.65%

R = 34.99%
G = 45.36%
B = 19.65%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#A2D25B (or 0xA2D25B) is known color: Conifer. HEX triplet: A2, D2 and 5B. RGB value is (162,210,91). Sum of RGB (Red+Green+Blue) = 162+210+91=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 210 (82.42% from 255 or 45.36% from 463); Blue value is 91 (35.94% from 255 or 19.65% from 463); Max value from RGB is 210 - color contains mainly: green. Hex color #A2D25B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D25B is #5D2DA4. Grayscale: #B6B6B6. Windows color (decimal): -6106533 or 6017698. OLE color: 6017698.

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

Color convert

RGB 162 210 91 -
CMYK 0.23 0 0.57 0.18
HSL 84.2º 0.57% 0.59% -
HSV(B) 84.2º 0.57% 0.82% -
XYZ 39.84 54.53 18.32 -
YUV 182.08 76.6 113.68 -
System Red Green Blue C M Y K H S L
Decimal 162 210 91 0.23 0 0.57 0.18 84.2 0.57 0.59
Hex A2 D2 5B 17 0 39 12 54 39 3B
Octal 242 322 133 27 0 71 22 124 71 73
Binary 10100010 11010010 1011011 10111 0 111001 10010 1010100 111001 111011

Color Harmonies of #A2D25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D25B

Black with #A2D25B

Text Example


Text Example

White with #A2D25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D25B; }

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

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

background-color css

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

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

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

border-color css

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

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

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