Html Css Color HEX #ADCD3A Atlantis

📋 copy color: '#ADCD3A'

red 173 ◦ green 205 ◦ blue 58

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

Shades of Atlantis #ADCD3A

Tints of Atlantis #ADCD3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.3%

R = 39.68%
G = 47.02%
B = 13.3%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#ADCD3A (or 0xADCD3A) is known color: Atlantis. HEX triplet: AD, CD and 3A. RGB value is (173,205,58). Sum of RGB (Red+Green+Blue) = 173+205+58=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 205 (80.47% from 255 or 47.02% from 436); Blue value is 58 (23.05% from 255 or 13.30% from 436); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCD3A is #5232C5. Grayscale: #B3B3B3. Windows color (decimal): -5386950 or 3853741. OLE color: 3853741.

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

Color convert

RGB 173 205 58 -
CMYK 0.16 0 0.72 0.20
HSL 73.06º 0.6% 0.52% -
HSV(B) 73.06º 0.72% 0.8% -
XYZ 39.83 52.85 12.11 -
YUV 178.67 59.9 123.95 -
System Red Green Blue C M Y K H S L
Decimal 173 205 58 0.16 0 0.72 0.20 73.06 0.6 0.52
Hex AD CD 3A 10 0 48 14 49 3C 34
Octal 255 315 72 20 0 110 24 111 74 64
Binary 10101101 11001101 111010 10000 0 1001000 10100 1001001 111100 110100

Color Harmonies of #ADCD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCD3A

Black with #ADCD3A

Text Example


Text Example

White with #ADCD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCD3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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