Html Css Color HEX #A8EB49 Conifer

📋 copy color: '#A8EB49'

red 168 ◦ green 235 ◦ blue 73

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

Shades of Conifer #A8EB49

Tints of Conifer #A8EB49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.34%

R = 35.29%
G = 49.37%
B = 15.34%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#A8EB49 (or 0xA8EB49) is known color: Conifer. HEX triplet: A8, EB and 49. RGB value is (168,235,73). Sum of RGB (Red+Green+Blue) = 168+235+73=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 235 (92.19% from 255 or 49.37% from 476); Blue value is 73 (28.91% from 255 or 15.34% from 476); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EB49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8EB49 is #5714B6. Grayscale: #C5C5C5. Windows color (decimal): -5706935 or 4844456. OLE color: 4844456.

HSL color Cylindrical-coordinate representation of color #A8EB49: hue angle of 84.81º 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 #A8EB49 is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 235 73 -
CMYK 0.29 0 0.69 0.08
HSL 84.81º 0.8% 0.6% -
HSV(B) 84.81º 0.69% 0.92% -
XYZ 47.06 68.22 16.99 -
YUV 196.5 58.3 107.67 -
System Red Green Blue C M Y K H S L
Decimal 168 235 73 0.29 0 0.69 0.08 84.81 0.8 0.6
Hex A8 EB 49 1D 0 45 8 55 50 3C
Octal 250 353 111 35 0 105 10 125 120 74
Binary 10101000 11101011 1001001 11101 0 1000101 1000 1010101 1010000 111100

Color Harmonies of #A8EB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EB49

Black with #A8EB49

Text Example


Text Example

White with #A8EB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EB49; }

 p { color: rgb(168,235,73); }

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

background-color css

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

 a { background-color: rgb(168,235,73); }

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

border-color css

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

 span { border-color: rgb(168,235,73); }

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