Html Css Color HEX #ADCD3D Atlantis

📋 copy color: '#ADCD3D'

red 173 ◦ green 205 ◦ blue 61

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

Shades of Atlantis #ADCD3D

Tints of Atlantis #ADCD3D

RGB

 RED value IS 173 (67.97% from 255) = 39.41%

 GREEN value IS 205 (80.47% from 255) = 46.7%

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

R = 39.41%
G = 46.7%
B = 13.9%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#ADCD3D (or 0xADCD3D) is known color: Atlantis. HEX triplet: AD, CD and 3D. RGB value is (173,205,61). Sum of RGB (Red+Green+Blue) = 173+205+61=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 205 (80.47% from 255 or 46.70% from 439); Blue value is 61 (24.22% from 255 or 13.90% from 439); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCD3D is #5232C2. Grayscale: #B3B3B3. Windows color (decimal): -5386947 or 4050349. OLE color: 4050349.

HSL color Cylindrical-coordinate representation of color #ADCD3D: hue angle of 73.33º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ADCD3D is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 205 61 -
CMYK 0.16 0 0.70 0.20
HSL 73.33º 0.59% 0.52% -
HSV(B) 73.33º 0.7% 0.8% -
XYZ 39.91 52.88 12.52 -
YUV 179.02 61.4 123.71 -
System Red Green Blue C M Y K H S L
Decimal 173 205 61 0.16 0 0.70 0.20 73.33 0.59 0.52
Hex AD CD 3D 10 0 46 14 49 3B 34
Octal 255 315 75 20 0 106 24 111 73 64
Binary 10101101 11001101 111101 10000 0 1000110 10100 1001001 111011 110100

Color Harmonies of #ADCD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCD3D

Black with #ADCD3D

Text Example


Text Example

White with #ADCD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCD3D; }

 p { color: rgb(173,205,61); }

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

background-color css

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

 a { background-color: rgb(173,205,61); }

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

border-color css

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

 span { border-color: rgb(173,205,61); }

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