Html Css Color HEX #A5DF3D Atlantis

📋 copy color: '#A5DF3D'

red 165 ◦ green 223 ◦ blue 61

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

Shades of Atlantis #A5DF3D

Tints of Atlantis #A5DF3D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 49.67%

 BLUE value IS 61 (24.22% from 255) = 13.59%

R = 36.75%
G = 49.67%
B = 13.59%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#A5DF3D (or 0xA5DF3D) is known color: Atlantis. HEX triplet: A5, DF and 3D. RGB value is (165,223,61). Sum of RGB (Red+Green+Blue) = 165+223+61=449 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.75% from 449); Green value is 223 (87.5% from 255 or 49.67% from 449); Blue value is 61 (24.22% from 255 or 13.59% from 449); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DF3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5DF3D is #5A20C2. Grayscale: #BBBBBB. Windows color (decimal): -5906627 or 4054949. OLE color: 4054949.

HSL color Cylindrical-coordinate representation of color #A5DF3D: hue angle of 81.48º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A5DF3D is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 223 61 -
CMYK 0.26 0 0.73 0.13
HSL 81.48º 0.72% 0.56% -
HSV(B) 81.48º 0.73% 0.87% -
XYZ 42.75 61.11 13.96 -
YUV 187.19 56.78 112.17 -
System Red Green Blue C M Y K H S L
Decimal 165 223 61 0.26 0 0.73 0.13 81.48 0.72 0.56
Hex A5 DF 3D 1A 0 49 D 51 48 38
Octal 245 337 75 32 0 111 15 121 110 70
Binary 10100101 11011111 111101 11010 0 1001001 1101 1010001 1001000 111000

Color Harmonies of #A5DF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DF3D

Black with #A5DF3D

Text Example


Text Example

White with #A5DF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DF3D; }

 p { color: rgb(165,223,61); }

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

background-color css

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

 a { background-color: rgb(165,223,61); }

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

border-color css

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

 span { border-color: rgb(165,223,61); }

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