Html Css Color HEX #A8CE56 Conifer

📋 copy color: '#A8CE56'

red 168 ◦ green 206 ◦ blue 86

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

Shades of Conifer #A8CE56

Tints of Conifer #A8CE56

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.78%

 BLUE value IS 86 (33.98% from 255) = 18.7%

R = 36.52%
G = 44.78%
B = 18.7%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#A8CE56 (or 0xA8CE56) is known color: Conifer. HEX triplet: A8, CE and 56. RGB value is (168,206,86). Sum of RGB (Red+Green+Blue) = 168+206+86=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 206 (80.86% from 255 or 44.78% from 460); Blue value is 86 (33.98% from 255 or 18.70% from 460); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CE56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CE56 is #5731A9. Grayscale: #B5B5B5. Windows color (decimal): -5714346 or 5689000. OLE color: 5689000.

HSL color Cylindrical-coordinate representation of color #A8CE56: hue angle of 79º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A8CE56 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 206 86 -
CMYK 0.18 0 0.58 0.19
HSL 79º 0.55% 0.57% -
HSV(B) 79º 0.58% 0.81% -
XYZ 39.9 53.14 16.96 -
YUV 180.96 74.41 118.76 -
System Red Green Blue C M Y K H S L
Decimal 168 206 86 0.18 0 0.58 0.19 79 0.55 0.57
Hex A8 CE 56 12 0 3A 13 4F 37 39
Octal 250 316 126 22 0 72 23 117 67 71
Binary 10101000 11001110 1010110 10010 0 111010 10011 1001111 110111 111001

Color Harmonies of #A8CE56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CE56

Black with #A8CE56

Text Example


Text Example

White with #A8CE56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CE56; }

 p { color: rgb(168,206,86); }

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

background-color css

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

 a { background-color: rgb(168,206,86); }

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

border-color css

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

 span { border-color: rgb(168,206,86); }

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