Html Css Color HEX #A8E168 Conifer

📋 copy color: '#A8E168'

red 168 ◦ green 225 ◦ blue 104

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

Shades of Conifer #A8E168

Tints of Conifer #A8E168

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.27%

 BLUE value IS 104 (41.02% from 255) = 20.93%

R = 33.8%
G = 45.27%
B = 20.93%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#A8E168 (or 0xA8E168) is known color: Conifer. HEX triplet: A8, E1 and 68. RGB value is (168,225,104). Sum of RGB (Red+Green+Blue) = 168+225+104=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 225 (88.28% from 255 or 45.27% from 497); Blue value is 104 (41.02% from 255 or 20.93% from 497); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E168 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E168 is #571E97. Grayscale: #C2C2C2. Windows color (decimal): -5709464 or 6873512. OLE color: 6873512.

HSL color Cylindrical-coordinate representation of color #A8E168: hue angle of 88.26º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A8E168 is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB 168 225 104 -
CMYK 0.25 0 0.54 0.12
HSL 88.26º 0.67% 0.65% -
HSV(B) 88.26º 0.54% 0.88% -
XYZ 45.57 63.17 22.89 -
YUV 194.16 77.12 109.34 -
System Red Green Blue C M Y K H S L
Decimal 168 225 104 0.25 0 0.54 0.12 88.26 0.67 0.65
Hex A8 E1 68 19 0 36 C 58 43 41
Octal 250 341 150 31 0 66 14 130 103 101
Binary 10101000 11100001 1101000 11001 0 110110 1100 1011000 1000011 1000001

Color Harmonies of #A8E168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E168

Black with #A8E168

Text Example


Text Example

White with #A8E168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E168; }

 p { color: rgb(168,225,104); }

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

background-color css

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

 a { background-color: rgb(168,225,104); }

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

border-color css

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

 span { border-color: rgb(168,225,104); }

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