Html Css Color HEX #A0EC43 Conifer

📋 copy color: '#A0EC43'

red 160 ◦ green 236 ◦ blue 67

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

Shades of Conifer #A0EC43

Tints of Conifer #A0EC43

RGB

 RED value IS 160 (62.89% from 255) = 34.56%

 GREEN value IS 236 (92.58% from 255) = 50.97%

 BLUE value IS 67 (26.56% from 255) = 14.47%

R = 34.56%
G = 50.97%
B = 14.47%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#A0EC43 (or 0xA0EC43) is known color: Conifer. HEX triplet: A0, EC and 43. RGB value is (160,236,67). Sum of RGB (Red+Green+Blue) = 160+236+67=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 236 (92.58% from 255 or 50.97% from 463); Blue value is 67 (26.56% from 255 or 14.47% from 463); Max value from RGB is 236 - color contains mainly: green. Hex color #A0EC43 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0EC43 is #5F13BC. Grayscale: #C2C2C2. Windows color (decimal): -6230973 or 4451488. OLE color: 4451488.

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

Color convert

RGB 160 236 67 -
CMYK 0.32 0 0.72 0.07
HSL 86.98º 0.82% 0.59% -
HSV(B) 86.98º 0.72% 0.93% -
XYZ 45.51 67.87 16.01 -
YUV 194.01 56.32 103.74 -
System Red Green Blue C M Y K H S L
Decimal 160 236 67 0.32 0 0.72 0.07 86.98 0.82 0.59
Hex A0 EC 43 20 0 48 7 57 52 3B
Octal 240 354 103 40 0 110 7 127 122 73
Binary 10100000 11101100 1000011 100000 0 1001000 111 1010111 1010010 111011

Color Harmonies of #A0EC43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EC43

Black with #A0EC43

Text Example


Text Example

White with #A0EC43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EC43; }

 p { color: rgb(160,236,67); }

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

background-color css

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

 a { background-color: rgb(160,236,67); }

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

border-color css

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

 span { border-color: rgb(160,236,67); }

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