Html Css Color HEX #A0EB48 Conifer

📋 copy color: '#A0EB48'

red 160 ◦ green 235 ◦ blue 72

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

Shades of Conifer #A0EB48

Tints of Conifer #A0EB48

RGB

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

 GREEN value IS 235 (92.19% from 255) = 50.32%

 BLUE value IS 72 (28.52% from 255) = 15.42%

R = 34.26%
G = 50.32%
B = 15.42%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#A0EB48 (or 0xA0EB48) is known color: Conifer. HEX triplet: A0, EB and 48. RGB value is (160,235,72). Sum of RGB (Red+Green+Blue) = 160+235+72=467 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.26% from 467); Green value is 235 (92.19% from 255 or 50.32% from 467); Blue value is 72 (28.52% from 255 or 15.42% from 467); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EB48 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0EB48 is #5F14B7. Grayscale: #C2C2C2. Windows color (decimal): -6231224 or 4778912. OLE color: 4778912.

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

Color convert

RGB 160 235 72 -
CMYK 0.32 0 0.69 0.08
HSL 87.61º 0.8% 0.6% -
HSV(B) 87.61º 0.69% 0.92% -
XYZ 45.38 67.36 16.74 -
YUV 193.99 59.15 103.75 -
System Red Green Blue C M Y K H S L
Decimal 160 235 72 0.32 0 0.69 0.08 87.61 0.8 0.6
Hex A0 EB 48 20 0 45 8 58 50 3C
Octal 240 353 110 40 0 105 10 130 120 74
Binary 10100000 11101011 1001000 100000 0 1000101 1000 1011000 1010000 111100

Color Harmonies of #A0EB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EB48

Black with #A0EB48

Text Example


Text Example

White with #A0EB48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EB48; }

 p { color: rgb(160,235,72); }

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

background-color css

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

 a { background-color: rgb(160,235,72); }

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

border-color css

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

 span { border-color: rgb(160,235,72); }

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