Html Css Color HEX #A5D644 Atlantis

📋 copy color: '#A5D644'

red 165 ◦ green 214 ◦ blue 68

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

Shades of Atlantis #A5D644

Tints of Atlantis #A5D644

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.87%

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

R = 36.91%
G = 47.87%
B = 15.21%

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

#A5D644 (or 0xA5D644) is known color: Atlantis. HEX triplet: A5, D6 and 44. RGB value is (165,214,68). Sum of RGB (Red+Green+Blue) = 165+214+68=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 214 (83.98% from 255 or 47.87% from 447); Blue value is 68 (26.95% from 255 or 15.21% from 447); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D644 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5D644 is #5A29BB. Grayscale: #B7B7B7. Windows color (decimal): -5908924 or 4511397. OLE color: 4511397.

HSL color Cylindrical-coordinate representation of color #A5D644: hue angle of 80.14º degrees, saturation: 0.64, 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 #A5D644 is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 214 68 -
CMYK 0.23 0 0.68 0.16
HSL 80.14º 0.64% 0.55% -
HSV(B) 80.14º 0.68% 0.84% -
XYZ 40.61 56.51 14.24 -
YUV 182.71 63.27 115.37 -
System Red Green Blue C M Y K H S L
Decimal 165 214 68 0.23 0 0.68 0.16 80.14 0.64 0.55
Hex A5 D6 44 17 0 44 10 50 40 37
Octal 245 326 104 27 0 104 20 120 100 67
Binary 10100101 11010110 1000100 10111 0 1000100 10000 1010000 1000000 110111

Color Harmonies of #A5D644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D644

Black with #A5D644

Text Example


Text Example

White with #A5D644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D644; }

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

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

background-color css

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

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

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

border-color css

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

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

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