Html Css Color HEX #A3EA40 Conifer

📋 copy color: '#A3EA40'

red 163 ◦ green 234 ◦ blue 64

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

Shades of Conifer #A3EA40

Tints of Conifer #A3EA40

RGB

 RED value IS 163 (64.06% from 255) = 35.36%

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

 BLUE value IS 64 (25.39% from 255) = 13.88%

R = 35.36%
G = 50.76%
B = 13.88%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#A3EA40 (or 0xA3EA40) is known color: Conifer. HEX triplet: A3, EA and 40. RGB value is (163,234,64). Sum of RGB (Red+Green+Blue) = 163+234+64=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 234 (91.80% from 255 or 50.76% from 461); Blue value is 64 (25.39% from 255 or 13.88% from 461); Max value from RGB is 234 - color contains mainly: green. Hex color #A3EA40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A3EA40 is #5C15BF. Grayscale: #C2C2C2. Windows color (decimal): -6034880 or 4254371. OLE color: 4254371.

HSL color Cylindrical-coordinate representation of color #A3EA40: hue angle of 85.06º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A3EA40 is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 163 234 64 -
CMYK 0.30 0 0.73 0.08
HSL 85.06º 0.8% 0.58% -
HSV(B) 85.06º 0.73% 0.92% -
XYZ 45.45 67 15.39 -
YUV 193.39 54.98 106.32 -
System Red Green Blue C M Y K H S L
Decimal 163 234 64 0.30 0 0.73 0.08 85.06 0.8 0.58
Hex A3 EA 40 1E 0 49 8 55 50 3A
Octal 243 352 100 36 0 111 10 125 120 72
Binary 10100011 11101010 1000000 11110 0 1001001 1000 1010101 1010000 111010

Color Harmonies of #A3EA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3EA40

Black with #A3EA40

Text Example


Text Example

White with #A3EA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3EA40; }

 p { color: rgb(163,234,64); }

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

background-color css

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

 a { background-color: rgb(163,234,64); }

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

border-color css

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

 span { border-color: rgb(163,234,64); }

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