Html Css Color HEX #A5CE90 Gossip

📋 copy color: '#A5CE90'

red 165 ◦ green 206 ◦ blue 144

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

Shades of Gossip #A5CE90

Tints of Gossip #A5CE90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.96%

R = 32.04%
G = 40%
B = 27.96%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#A5CE90 (or 0xA5CE90) is known color: Gossip. HEX triplet: A5, CE and 90. RGB value is (165,206,144). Sum of RGB (Red+Green+Blue) = 165+206+144=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 206 (80.86% from 255 or 40% from 515); Blue value is 144 (56.64% from 255 or 27.96% from 515); Max value from RGB is 206 - color contains mainly: green. Hex color #A5CE90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CE90 is #5A316F. Grayscale: #BABABA. Windows color (decimal): -5910896 or 9490085. OLE color: 9490085.

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

Color convert

RGB 165 206 144 -
CMYK 0.20 0 0.30 0.19
HSL 99.68º 0.39% 0.69% -
HSV(B) 99.68º 0.3% 0.81% -
XYZ 42.62 54.16 34.59 -
YUV 186.67 103.92 112.54 -
System Red Green Blue C M Y K H S L
Decimal 165 206 144 0.20 0 0.30 0.19 99.68 0.39 0.69
Hex A5 CE 90 14 0 1E 13 64 27 45
Octal 245 316 220 24 0 36 23 144 47 105
Binary 10100101 11001110 10010000 10100 0 11110 10011 1100100 100111 1000101

Color Harmonies of #A5CE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CE90

Black with #A5CE90

Text Example


Text Example

White with #A5CE90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CE90; }

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

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

background-color css

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

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

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

border-color css

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

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

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