Html Css Color HEX #A0E748 Conifer

📋 copy color: '#A0E748'

red 160 ◦ green 231 ◦ blue 72

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

Shades of Conifer #A0E748

Tints of Conifer #A0E748

RGB

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

 GREEN value IS 231 (90.63% from 255) = 49.89%

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

R = 34.56%
G = 49.89%
B = 15.55%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#A0E748 (or 0xA0E748) is known color: Conifer. HEX triplet: A0, E7 and 48. RGB value is (160,231,72). Sum of RGB (Red+Green+Blue) = 160+231+72=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 231 (90.62% from 255 or 49.89% from 463); Blue value is 72 (28.52% from 255 or 15.55% from 463); Max value from RGB is 231 - color contains mainly: green. Hex color #A0E748 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0E748 is #5F18B7. Grayscale: #C0C0C0. Windows color (decimal): -6232248 or 4777888. OLE color: 4777888.

HSL color Cylindrical-coordinate representation of color #A0E748: hue angle of 86.79º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A0E748 is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.

Color convert

RGB 160 231 72 -
CMYK 0.31 0 0.69 0.09
HSL 86.79º 0.77% 0.59% -
HSV(B) 86.79º 0.69% 0.91% -
XYZ 44.24 65.09 16.36 -
YUV 191.65 60.48 105.43 -
System Red Green Blue C M Y K H S L
Decimal 160 231 72 0.31 0 0.69 0.09 86.79 0.77 0.59
Hex A0 E7 48 1F 0 45 9 57 4D 3B
Octal 240 347 110 37 0 105 11 127 115 73
Binary 10100000 11100111 1001000 11111 0 1000101 1001 1010111 1001101 111011

Color Harmonies of #A0E748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E748

Black with #A0E748

Text Example


Text Example

White with #A0E748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E748; }

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

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

background-color css

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

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

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

border-color css

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

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

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