Html Css Color HEX #A8EB46 Conifer

📋 copy color: '#A8EB46'

red 168 ◦ green 235 ◦ blue 70

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

Shades of Conifer #A8EB46

Tints of Conifer #A8EB46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.8%

R = 35.52%
G = 49.68%
B = 14.8%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#A8EB46 (or 0xA8EB46) is known color: Conifer. HEX triplet: A8, EB and 46. RGB value is (168,235,70). Sum of RGB (Red+Green+Blue) = 168+235+70=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 235 (92.19% from 255 or 49.68% from 473); Blue value is 70 (27.73% from 255 or 14.80% from 473); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EB46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8EB46 is #5714B9. Grayscale: #C4C4C4. Windows color (decimal): -5706938 or 4647848. OLE color: 4647848.

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

Color convert

RGB 168 235 70 -
CMYK 0.29 0 0.70 0.08
HSL 84.36º 0.8% 0.6% -
HSV(B) 84.36º 0.7% 0.92% -
XYZ 46.96 68.18 16.48 -
YUV 196.16 56.8 107.92 -
System Red Green Blue C M Y K H S L
Decimal 168 235 70 0.29 0 0.70 0.08 84.36 0.8 0.6
Hex A8 EB 46 1D 0 46 8 54 50 3C
Octal 250 353 106 35 0 106 10 124 120 74
Binary 10101000 11101011 1000110 11101 0 1000110 1000 1010100 1010000 111100

Color Harmonies of #A8EB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EB46

Black with #A8EB46

Text Example


Text Example

White with #A8EB46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EB46; }

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

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

background-color css

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

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

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

border-color css

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

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

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