Html Css Color HEX #A8CE55 Conifer

📋 copy color: '#A8CE55'

red 168 ◦ green 206 ◦ blue 85

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

Shades of Conifer #A8CE55

Tints of Conifer #A8CE55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.52%

R = 36.6%
G = 44.88%
B = 18.52%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#A8CE55 (or 0xA8CE55) is known color: Conifer. HEX triplet: A8, CE and 55. RGB value is (168,206,85). Sum of RGB (Red+Green+Blue) = 168+206+85=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 85 (33.59% from 255 or 18.52% from 459); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CE55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CE55 is #5731AA. Grayscale: #B5B5B5. Windows color (decimal): -5714347 or 5623464. OLE color: 5623464.

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

Color convert

RGB 168 206 85 -
CMYK 0.18 0 0.59 0.19
HSL 78.84º 0.55% 0.57% -
HSV(B) 78.84º 0.59% 0.81% -
XYZ 39.86 53.12 16.75 -
YUV 180.84 73.91 118.84 -
System Red Green Blue C M Y K H S L
Decimal 168 206 85 0.18 0 0.59 0.19 78.84 0.55 0.57
Hex A8 CE 55 12 0 3B 13 4F 37 39
Octal 250 316 125 22 0 73 23 117 67 71
Binary 10101000 11001110 1010101 10010 0 111011 10011 1001111 110111 111001

Color Harmonies of #A8CE55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CE55

Black with #A8CE55

Text Example


Text Example

White with #A8CE55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CE55; }

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

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

background-color css

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

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

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

border-color css

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

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

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