Html Css Color HEX #A2E965 Conifer

📋 copy color: '#A2E965'

red 162 ◦ green 233 ◦ blue 101

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

Shades of Conifer #A2E965

Tints of Conifer #A2E965

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.98%

 BLUE value IS 101 (39.84% from 255) = 20.36%

R = 32.66%
G = 46.98%
B = 20.36%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#A2E965 (or 0xA2E965) is known color: Conifer. HEX triplet: A2, E9 and 65. RGB value is (162,233,101). Sum of RGB (Red+Green+Blue) = 162+233+101=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 233 (91.41% from 255 or 46.98% from 496); Blue value is 101 (39.84% from 255 or 20.36% from 496); Max value from RGB is 233 - color contains mainly: green. Hex color #A2E965 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2E965 is #5D169A. Grayscale: #C5C5C5. Windows color (decimal): -6100635 or 6678946. OLE color: 6678946.

HSL color Cylindrical-coordinate representation of color #A2E965: hue angle of 92.27º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A2E965 is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB 162 233 101 -
CMYK 0.30 0 0.57 0.09
HSL 92.27º 0.75% 0.65% -
HSV(B) 92.27º 0.57% 0.91% -
XYZ 46.39 66.9 22.78 -
YUV 196.72 73.98 103.23 -
System Red Green Blue C M Y K H S L
Decimal 162 233 101 0.30 0 0.57 0.09 92.27 0.75 0.65
Hex A2 E9 65 1E 0 39 9 5C 4B 41
Octal 242 351 145 36 0 71 11 134 113 101
Binary 10100010 11101001 1100101 11110 0 111001 1001 1011100 1001011 1000001

Color Harmonies of #A2E965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E965

Black with #A2E965

Text Example


Text Example

White with #A2E965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E965; }

 p { color: rgb(162,233,101); }

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

background-color css

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

 a { background-color: rgb(162,233,101); }

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

border-color css

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

 span { border-color: rgb(162,233,101); }

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