Html Css Color HEX #A2EA5C Conifer

📋 copy color: '#A2EA5C'

red 162 ◦ green 234 ◦ blue 92

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

Shades of Conifer #A2EA5C

Tints of Conifer #A2EA5C

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.95%

 BLUE value IS 92 (36.33% from 255) = 18.85%

R = 33.2%
G = 47.95%
B = 18.85%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#A2EA5C (or 0xA2EA5C) is known color: Conifer. HEX triplet: A2, EA and 5C. RGB value is (162,234,92). Sum of RGB (Red+Green+Blue) = 162+234+92=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 234 (91.80% from 255 or 47.95% from 488); Blue value is 92 (36.33% from 255 or 18.85% from 488); Max value from RGB is 234 - color contains mainly: green. Hex color #A2EA5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2EA5C is #5D15A3. Grayscale: #C4C4C4. Windows color (decimal): -6100388 or 6089378. OLE color: 6089378.

HSL color Cylindrical-coordinate representation of color #A2EA5C: hue angle of 90.42º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A2EA5C is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.08.

Color convert

RGB 162 234 92 -
CMYK 0.31 0 0.61 0.08
HSL 90.42º 0.77% 0.64% -
HSV(B) 90.42º 0.61% 0.92% -
XYZ 46.25 67.3 20.68 -
YUV 196.28 69.15 103.55 -
System Red Green Blue C M Y K H S L
Decimal 162 234 92 0.31 0 0.61 0.08 90.42 0.77 0.64
Hex A2 EA 5C 1F 0 3D 8 5A 4D 40
Octal 242 352 134 37 0 75 10 132 115 100
Binary 10100010 11101010 1011100 11111 0 111101 1000 1011010 1001101 1000000

Color Harmonies of #A2EA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EA5C

Black with #A2EA5C

Text Example


Text Example

White with #A2EA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EA5C; }

 p { color: rgb(162,234,92); }

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

background-color css

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

 a { background-color: rgb(162,234,92); }

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

border-color css

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

 span { border-color: rgb(162,234,92); }

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