Html Css Color HEX #A5D5A8 Chinook

📋 copy color: '#A5D5A8'

red 165 ◦ green 213 ◦ blue 168

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

Shades of Chinook #A5D5A8

Tints of Chinook #A5D5A8

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.01%

 BLUE value IS 168 (66.02% from 255) = 30.77%

R = 30.22%
G = 39.01%
B = 30.77%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#A5D5A8 (or 0xA5D5A8) is known color: Chinook. HEX triplet: A5, D5 and A8. RGB value is (165,213,168). Sum of RGB (Red+Green+Blue) = 165+213+168=546 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.22% from 546); Green value is 213 (83.59% from 255 or 39.01% from 546); Blue value is 168 (66.02% from 255 or 30.77% from 546); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D5A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D5A8 is #5A2A57. Grayscale: #C1C1C1. Windows color (decimal): -5909080 or 11064741. OLE color: 11064741.

HSL color Cylindrical-coordinate representation of color #A5D5A8: hue angle of 123.75º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5D5A8 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 213 168 -
CMYK 0.23 0 0.21 0.16
HSL 123.75º 0.36% 0.74% -
HSV(B) 123.75º 0.23% 0.84% -
XYZ 46.38 58.41 45.88 -
YUV 193.52 113.6 107.66 -
System Red Green Blue C M Y K H S L
Decimal 165 213 168 0.23 0 0.21 0.16 123.75 0.36 0.74
Hex A5 D5 A8 17 0 15 10 7C 24 4A
Octal 245 325 250 27 0 25 20 174 44 112
Binary 10100101 11010101 10101000 10111 0 10101 10000 1111100 100100 1001010

Color Harmonies of #A5D5A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D5A8

Black with #A5D5A8

Text Example


Text Example

White with #A5D5A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D5A8; }

 p { color: rgb(165,213,168); }

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

background-color css

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

 a { background-color: rgb(165,213,168); }

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

border-color css

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

 span { border-color: rgb(165,213,168); }

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