Html Css Color HEX #A8E268 Conifer

📋 copy color: '#A8E268'

red 168 ◦ green 226 ◦ blue 104

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

Shades of Conifer #A8E268

Tints of Conifer #A8E268

RGB

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

 GREEN value IS 226 (88.67% from 255) = 45.38%

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

R = 33.73%
G = 45.38%
B = 20.88%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#A8E268 (or 0xA8E268) is known color: Conifer. HEX triplet: A8, E2 and 68. RGB value is (168,226,104). Sum of RGB (Red+Green+Blue) = 168+226+104=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 226 (88.67% from 255 or 45.38% from 498); Blue value is 104 (41.02% from 255 or 20.88% from 498); Max value from RGB is 226 - color contains mainly: green. Hex color #A8E268 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E268 is #571D97. Grayscale: #C3C3C3. Windows color (decimal): -5709208 or 6873768. OLE color: 6873768.

HSL color Cylindrical-coordinate representation of color #A8E268: hue angle of 88.52º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A8E268 is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB 168 226 104 -
CMYK 0.26 0 0.54 0.11
HSL 88.52º 0.68% 0.65% -
HSV(B) 88.52º 0.54% 0.89% -
XYZ 45.84 63.72 22.98 -
YUV 194.75 76.78 108.92 -
System Red Green Blue C M Y K H S L
Decimal 168 226 104 0.26 0 0.54 0.11 88.52 0.68 0.65
Hex A8 E2 68 1A 0 36 B 59 44 41
Octal 250 342 150 32 0 66 13 131 104 101
Binary 10101000 11100010 1101000 11010 0 110110 1011 1011001 1000100 1000001

Color Harmonies of #A8E268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E268

Black with #A8E268

Text Example


Text Example

White with #A8E268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E268; }

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

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

background-color css

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

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

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

border-color css

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

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

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