Html Css Color HEX #A8EC48 Conifer

📋 copy color: '#A8EC48'

red 168 ◦ green 236 ◦ blue 72

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

Shades of Conifer #A8EC48

Tints of Conifer #A8EC48

RGB

 RED value IS 168 (66.02% from 255) = 35.29%

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

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

R = 35.29%
G = 49.58%
B = 15.13%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#A8EC48 (or 0xA8EC48) is known color: Conifer. HEX triplet: A8, EC and 48. RGB value is (168,236,72). Sum of RGB (Red+Green+Blue) = 168+236+72=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 236 (92.58% from 255 or 49.58% from 476); Blue value is 72 (28.52% from 255 or 15.13% from 476); Max value from RGB is 236 - color contains mainly: green. Hex color #A8EC48 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8EC48 is #5713B7. Grayscale: #C5C5C5. Windows color (decimal): -5706680 or 4779176. OLE color: 4779176.

HSL color Cylindrical-coordinate representation of color #A8EC48: hue angle of 84.88º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A8EC48 is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 236 72 -
CMYK 0.29 0 0.69 0.07
HSL 84.88º 0.81% 0.6% -
HSV(B) 84.88º 0.69% 0.93% -
XYZ 47.31 68.78 16.91 -
YUV 196.97 57.47 107.34 -
System Red Green Blue C M Y K H S L
Decimal 168 236 72 0.29 0 0.69 0.07 84.88 0.81 0.6
Hex A8 EC 48 1D 0 45 7 55 51 3C
Octal 250 354 110 35 0 105 7 125 121 74
Binary 10101000 11101100 1001000 11101 0 1000101 111 1010101 1010001 111100

Color Harmonies of #A8EC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EC48

Black with #A8EC48

Text Example


Text Example

White with #A8EC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EC48; }

 p { color: rgb(168,236,72); }

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

background-color css

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

 a { background-color: rgb(168,236,72); }

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

border-color css

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

 span { border-color: rgb(168,236,72); }

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