Html Css Color HEX #A8EB64 Conifer

📋 copy color: '#A8EB64'

red 168 ◦ green 235 ◦ blue 100

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

Shades of Conifer #A8EB64

Tints of Conifer #A8EB64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.88%

R = 33.4%
G = 46.72%
B = 19.88%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#A8EB64 (or 0xA8EB64) is known color: Conifer. HEX triplet: A8, EB and 64. RGB value is (168,235,100). Sum of RGB (Red+Green+Blue) = 168+235+100=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 235 (92.19% from 255 or 46.72% from 503); Blue value is 100 (39.45% from 255 or 19.88% from 503); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EB64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EB64 is #57149B. Grayscale: #C8C8C8. Windows color (decimal): -5706908 or 6613928. OLE color: 6613928.

HSL color Cylindrical-coordinate representation of color #A8EB64: hue angle of 89.78º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8EB64 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 235 100 -
CMYK 0.29 0 0.57 0.08
HSL 89.78º 0.77% 0.66% -
HSV(B) 89.78º 0.57% 0.92% -
XYZ 48.16 68.66 22.77 -
YUV 199.58 71.8 105.48 -
System Red Green Blue C M Y K H S L
Decimal 168 235 100 0.29 0 0.57 0.08 89.78 0.77 0.66
Hex A8 EB 64 1D 0 39 8 5A 4D 42
Octal 250 353 144 35 0 71 10 132 115 102
Binary 10101000 11101011 1100100 11101 0 111001 1000 1011010 1001101 1000010

Color Harmonies of #A8EB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EB64

Black with #A8EB64

Text Example


Text Example

White with #A8EB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EB64; }

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

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

background-color css

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

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

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

border-color css

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

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

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