Html Css Color HEX #A2ED61 Conifer

📋 copy color: '#A2ED61'

red 162 ◦ green 237 ◦ blue 97

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

Shades of Conifer #A2ED61

Tints of Conifer #A2ED61

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.78%

 BLUE value IS 97 (38.28% from 255) = 19.56%

R = 32.66%
G = 47.78%
B = 19.56%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#A2ED61 (or 0xA2ED61) is known color: Conifer. HEX triplet: A2, ED and 61. RGB value is (162,237,97). Sum of RGB (Red+Green+Blue) = 162+237+97=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 237 (92.97% from 255 or 47.78% from 496); Blue value is 97 (38.28% from 255 or 19.56% from 496); Max value from RGB is 237 - color contains mainly: green. Hex color #A2ED61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2ED61 is #5D129E. Grayscale: #C7C7C7. Windows color (decimal): -6099615 or 6417826. OLE color: 6417826.

HSL color Cylindrical-coordinate representation of color #A2ED61: hue angle of 92.14º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A2ED61 is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 237 97 -
CMYK 0.32 0 0.59 0.07
HSL 92.14º 0.8% 0.65% -
HSV(B) 92.14º 0.59% 0.93% -
XYZ 47.34 69.11 22.15 -
YUV 198.62 70.65 101.88 -
System Red Green Blue C M Y K H S L
Decimal 162 237 97 0.32 0 0.59 0.07 92.14 0.8 0.65
Hex A2 ED 61 20 0 3B 7 5C 50 41
Octal 242 355 141 40 0 73 7 134 120 101
Binary 10100010 11101101 1100001 100000 0 111011 111 1011100 1010000 1000001

Color Harmonies of #A2ED61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2ED61

Black with #A2ED61

Text Example


Text Example

White with #A2ED61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2ED61; }

 p { color: rgb(162,237,97); }

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

background-color css

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

 a { background-color: rgb(162,237,97); }

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

border-color css

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

 span { border-color: rgb(162,237,97); }

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