Html Css Color HEX #A8E068 Conifer

📋 copy color: '#A8E068'

red 168 ◦ green 224 ◦ blue 104

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

Shades of Conifer #A8E068

Tints of Conifer #A8E068

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.16%

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

R = 33.87%
G = 45.16%
B = 20.97%

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

#A8E068 (or 0xA8E068) is known color: Conifer. HEX triplet: A8, E0 and 68. RGB value is (168,224,104). Sum of RGB (Red+Green+Blue) = 168+224+104=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 224 (87.89% from 255 or 45.16% from 496); Blue value is 104 (41.02% from 255 or 20.97% from 496); Max value from RGB is 224 - color contains mainly: green. Hex color #A8E068 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E068 is #571F97. Grayscale: #C2C2C2. Windows color (decimal): -5709720 or 6873256. OLE color: 6873256.

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

Color convert

RGB 168 224 104 -
CMYK 0.25 0 0.54 0.12
HSL 88º 0.66% 0.64% -
HSV(B) 88º 0.54% 0.88% -
XYZ 45.3 62.64 22.8 -
YUV 193.58 77.45 109.76 -
System Red Green Blue C M Y K H S L
Decimal 168 224 104 0.25 0 0.54 0.12 88 0.66 0.64
Hex A8 E0 68 19 0 36 C 58 42 40
Octal 250 340 150 31 0 66 14 130 102 100
Binary 10101000 11100000 1101000 11001 0 110110 1100 1011000 1000010 1000000

Color Harmonies of #A8E068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E068

Black with #A8E068

Text Example


Text Example

White with #A8E068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E068; }

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

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

background-color css

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

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

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

border-color css

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

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

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