Html Css Color HEX #A8EB42 Conifer

📋 copy color: '#A8EB42'

red 168 ◦ green 235 ◦ blue 66

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

Shades of Conifer #A8EB42

Tints of Conifer #A8EB42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.07%

R = 35.82%
G = 50.11%
B = 14.07%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#A8EB42 (or 0xA8EB42) is known color: Conifer. HEX triplet: A8, EB and 42. RGB value is (168,235,66). Sum of RGB (Red+Green+Blue) = 168+235+66=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 235 (92.19% from 255 or 50.11% from 469); Blue value is 66 (26.17% from 255 or 14.07% from 469); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EB42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8EB42 is #5714BD. Grayscale: #C4C4C4. Windows color (decimal): -5706942 or 4385704. OLE color: 4385704.

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

Color convert

RGB 168 235 66 -
CMYK 0.29 0 0.72 0.08
HSL 83.79º 0.81% 0.59% -
HSV(B) 83.79º 0.72% 0.92% -
XYZ 46.84 68.13 15.84 -
YUV 195.7 54.8 108.24 -
System Red Green Blue C M Y K H S L
Decimal 168 235 66 0.29 0 0.72 0.08 83.79 0.81 0.59
Hex A8 EB 42 1D 0 48 8 54 51 3B
Octal 250 353 102 35 0 110 10 124 121 73
Binary 10101000 11101011 1000010 11101 0 1001000 1000 1010100 1010001 111011

Color Harmonies of #A8EB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EB42

Black with #A8EB42

Text Example


Text Example

White with #A8EB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EB42; }

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

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

background-color css

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

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

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

border-color css

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

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

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