Html Css Color HEX #A1E062 Conifer

📋 copy color: '#A1E062'

red 161 ◦ green 224 ◦ blue 98

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

Shades of Conifer #A1E062

Tints of Conifer #A1E062

RGB

 RED value IS 161 (63.28% from 255) = 33.33%

 GREEN value IS 224 (87.89% from 255) = 46.38%

 BLUE value IS 98 (38.67% from 255) = 20.29%

R = 33.33%
G = 46.38%
B = 20.29%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#A1E062 (or 0xA1E062) is known color: Conifer. HEX triplet: A1, E0 and 62. RGB value is (161,224,98). Sum of RGB (Red+Green+Blue) = 161+224+98=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 224 (87.89% from 255 or 46.38% from 483); Blue value is 98 (38.67% from 255 or 20.29% from 483); Max value from RGB is 224 - color contains mainly: green. Hex color #A1E062 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E062 is #5E1F9D. Grayscale: #BFBFBF. Windows color (decimal): -6168478 or 6480033. OLE color: 6480033.

HSL color Cylindrical-coordinate representation of color #A1E062: hue angle of 90º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A1E062 is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB 161 224 98 -
CMYK 0.28 0 0.56 0.12
HSL 90º 0.67% 0.63% -
HSV(B) 90º 0.56% 0.88% -
XYZ 43.56 61.77 21.18 -
YUV 190.8 75.63 106.75 -
System Red Green Blue C M Y K H S L
Decimal 161 224 98 0.28 0 0.56 0.12 90 0.67 0.63
Hex A1 E0 62 1C 0 38 C 5A 43 3F
Octal 241 340 142 34 0 70 14 132 103 77
Binary 10100001 11100000 1100010 11100 0 111000 1100 1011010 1000011 111111

Color Harmonies of #A1E062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E062

Black with #A1E062

Text Example


Text Example

White with #A1E062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E062; }

 p { color: rgb(161,224,98); }

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

background-color css

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

 a { background-color: rgb(161,224,98); }

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

border-color css

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

 span { border-color: rgb(161,224,98); }

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