Html Css Color HEX #A5CE8F Gossip

📋 copy color: '#A5CE8F'

red 165 ◦ green 206 ◦ blue 143

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

Shades of Gossip #A5CE8F

Tints of Gossip #A5CE8F

RGB

 RED value IS 165 (64.84% from 255) = 32.1%

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

 BLUE value IS 143 (56.25% from 255) = 27.82%

R = 32.1%
G = 40.08%
B = 27.82%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#A5CE8F (or 0xA5CE8F) is known color: Gossip. HEX triplet: A5, CE and 8F. RGB value is (165,206,143). Sum of RGB (Red+Green+Blue) = 165+206+143=514 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.10% from 514); Green value is 206 (80.86% from 255 or 40.08% from 514); Blue value is 143 (56.25% from 255 or 27.82% from 514); Max value from RGB is 206 - color contains mainly: green. Hex color #A5CE8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CE8F is #5A3170. Grayscale: #BABABA. Windows color (decimal): -5910897 or 9424549. OLE color: 9424549.

HSL color Cylindrical-coordinate representation of color #A5CE8F: hue angle of 99.05º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5CE8F is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 206 143 -
CMYK 0.20 0 0.31 0.19
HSL 99.05º 0.39% 0.68% -
HSV(B) 99.05º 0.31% 0.81% -
XYZ 42.55 54.13 34.19 -
YUV 186.56 103.42 112.62 -
System Red Green Blue C M Y K H S L
Decimal 165 206 143 0.20 0 0.31 0.19 99.05 0.39 0.68
Hex A5 CE 8F 14 0 1F 13 63 27 44
Octal 245 316 217 24 0 37 23 143 47 104
Binary 10100101 11001110 10001111 10100 0 11111 10011 1100011 100111 1000100

Color Harmonies of #A5CE8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CE8F

Black with #A5CE8F

Text Example


Text Example

White with #A5CE8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CE8F; }

 p { color: rgb(165,206,143); }

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

background-color css

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

 a { background-color: rgb(165,206,143); }

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

border-color css

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

 span { border-color: rgb(165,206,143); }

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