Html Css Color HEX #A5D544 Atlantis

📋 copy color: '#A5D544'

red 165 ◦ green 213 ◦ blue 68

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

Shades of Atlantis #A5D544

Tints of Atlantis #A5D544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.25%

R = 37%
G = 47.76%
B = 15.25%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#A5D544 (or 0xA5D544) is known color: Atlantis. HEX triplet: A5, D5 and 44. RGB value is (165,213,68). Sum of RGB (Red+Green+Blue) = 165+213+68=446 (59% of max value = 765). Red value is 165 (64.84% from 255 or 37.00% from 446); Green value is 213 (83.59% from 255 or 47.76% from 446); Blue value is 68 (26.95% from 255 or 15.25% from 446); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D544 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5D544 is #5A2ABB. Grayscale: #B6B6B6. Windows color (decimal): -5909180 or 4511141. OLE color: 4511141.

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

Color convert

RGB 165 213 68 -
CMYK 0.23 0 0.68 0.16
HSL 79.86º 0.63% 0.55% -
HSV(B) 79.86º 0.68% 0.84% -
XYZ 40.35 56.01 14.15 -
YUV 182.12 63.6 115.79 -
System Red Green Blue C M Y K H S L
Decimal 165 213 68 0.23 0 0.68 0.16 79.86 0.63 0.55
Hex A5 D5 44 17 0 44 10 50 3F 37
Octal 245 325 104 27 0 104 20 120 77 67
Binary 10100101 11010101 1000100 10111 0 1000100 10000 1010000 111111 110111

Color Harmonies of #A5D544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D544

Black with #A5D544

Text Example


Text Example

White with #A5D544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D544; }

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

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

background-color css

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

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

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

border-color css

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

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

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