Html Css Color HEX #ADCD3B Atlantis

📋 copy color: '#ADCD3B'

red 173 ◦ green 205 ◦ blue 59

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

Shades of Atlantis #ADCD3B

Tints of Atlantis #ADCD3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.5%

R = 39.59%
G = 46.91%
B = 13.5%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#ADCD3B (or 0xADCD3B) is known color: Atlantis. HEX triplet: AD, CD and 3B. RGB value is (173,205,59). Sum of RGB (Red+Green+Blue) = 173+205+59=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 205 (80.47% from 255 or 46.91% from 437); Blue value is 59 (23.44% from 255 or 13.50% from 437); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCD3B is #5232C4. Grayscale: #B3B3B3. Windows color (decimal): -5386949 or 3919277. OLE color: 3919277.

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

Color convert

RGB 173 205 59 -
CMYK 0.16 0 0.71 0.20
HSL 73.15º 0.59% 0.52% -
HSV(B) 73.15º 0.71% 0.8% -
XYZ 39.85 52.86 12.24 -
YUV 178.79 60.4 123.87 -
System Red Green Blue C M Y K H S L
Decimal 173 205 59 0.16 0 0.71 0.20 73.15 0.59 0.52
Hex AD CD 3B 10 0 47 14 49 3B 34
Octal 255 315 73 20 0 107 24 111 73 64
Binary 10101101 11001101 111011 10000 0 1000111 10100 1001001 111011 110100

Color Harmonies of #ADCD3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCD3B

Black with #ADCD3B

Text Example


Text Example

White with #ADCD3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCD3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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