Html Css Color HEX #A2EE5F Conifer

📋 copy color: '#A2EE5F'

red 162 ◦ green 238 ◦ blue 95

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

Shades of Conifer #A2EE5F

Tints of Conifer #A2EE5F

RGB

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

 GREEN value IS 238 (93.36% from 255) = 48.08%

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

R = 32.73%
G = 48.08%
B = 19.19%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#A2EE5F (or 0xA2EE5F) is known color: Conifer. HEX triplet: A2, EE and 5F. RGB value is (162,238,95). Sum of RGB (Red+Green+Blue) = 162+238+95=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 238 (93.36% from 255 or 48.08% from 495); Blue value is 95 (37.5% from 255 or 19.19% from 495); Max value from RGB is 238 - color contains mainly: green. Hex color #A2EE5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2EE5F is #5D11A0. Grayscale: #C7C7C7. Windows color (decimal): -6099361 or 6287010. OLE color: 6287010.

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

Color convert

RGB 162 238 95 -
CMYK 0.32 0 0.60 0.07
HSL 91.89º 0.81% 0.65% -
HSV(B) 91.89º 0.6% 0.93% -
XYZ 47.54 69.66 21.77 -
YUV 198.97 69.32 101.63 -
System Red Green Blue C M Y K H S L
Decimal 162 238 95 0.32 0 0.60 0.07 91.89 0.81 0.65
Hex A2 EE 5F 20 0 3C 7 5C 51 41
Octal 242 356 137 40 0 74 7 134 121 101
Binary 10100010 11101110 1011111 100000 0 111100 111 1011100 1010001 1000001

Color Harmonies of #A2EE5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EE5F

Black with #A2EE5F

Text Example


Text Example

White with #A2EE5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EE5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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