Html Css Color HEX #A3ED60 Conifer

📋 copy color: '#A3ED60'

red 163 ◦ green 237 ◦ blue 96

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

Shades of Conifer #A3ED60

Tints of Conifer #A3ED60

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.78%

 BLUE value IS 96 (37.89% from 255) = 19.35%

R = 32.86%
G = 47.78%
B = 19.35%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#A3ED60 (or 0xA3ED60) is known color: Conifer. HEX triplet: A3, ED and 60. RGB value is (163,237,96). Sum of RGB (Red+Green+Blue) = 163+237+96=496 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.86% from 496); Green value is 237 (92.97% from 255 or 47.78% from 496); Blue value is 96 (37.89% from 255 or 19.35% from 496); Max value from RGB is 237 - color contains mainly: green. Hex color #A3ED60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3ED60 is #5C129F. Grayscale: #C7C7C7. Windows color (decimal): -6034080 or 6352291. OLE color: 6352291.

HSL color Cylindrical-coordinate representation of color #A3ED60: hue angle of 91.49º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A3ED60 is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 237 96 -
CMYK 0.31 0 0.59 0.07
HSL 91.49º 0.8% 0.65% -
HSV(B) 91.49º 0.59% 0.93% -
XYZ 47.5 69.2 21.92 -
YUV 198.8 69.98 102.46 -
System Red Green Blue C M Y K H S L
Decimal 163 237 96 0.31 0 0.59 0.07 91.49 0.8 0.65
Hex A3 ED 60 1F 0 3B 7 5B 50 41
Octal 243 355 140 37 0 73 7 133 120 101
Binary 10100011 11101101 1100000 11111 0 111011 111 1011011 1010000 1000001

Color Harmonies of #A3ED60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3ED60

Black with #A3ED60

Text Example


Text Example

White with #A3ED60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3ED60; }

 p { color: rgb(163,237,96); }

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

background-color css

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

 a { background-color: rgb(163,237,96); }

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

border-color css

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

 span { border-color: rgb(163,237,96); }

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