Html Css Color HEX #ADCC3B Atlantis

📋 copy color: '#ADCC3B'

red 173 ◦ green 204 ◦ blue 59

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

Shades of Atlantis #ADCC3B

Tints of Atlantis #ADCC3B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.79%

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

R = 39.68%
G = 46.79%
B = 13.53%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#ADCC3B (or 0xADCC3B) is known color: Atlantis. HEX triplet: AD, CC and 3B. RGB value is (173,204,59). Sum of RGB (Red+Green+Blue) = 173+204+59=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 204 (80.08% from 255 or 46.79% from 436); Blue value is 59 (23.44% from 255 or 13.53% from 436); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCC3B is #5233C4. Grayscale: #B2B2B2. Windows color (decimal): -5387205 or 3919021. OLE color: 3919021.

HSL color Cylindrical-coordinate representation of color #ADCC3B: hue angle of 72.83º 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 #ADCC3B is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 204 59 -
CMYK 0.15 0 0.71 0.2
HSL 72.83º 0.59% 0.52% -
HSV(B) 72.83º 0.71% 0.8% -
XYZ 39.62 52.39 12.16 -
YUV 178.2 60.73 124.29 -
System Red Green Blue C M Y K H S L
Decimal 173 204 59 0.15 0 0.71 0.2 72.83 0.59 0.52
Hex AD CC 3B F 0 47 14 49 3B 34
Octal 255 314 73 17 0 107 24 111 73 64
Binary 10101101 11001100 111011 1111 0 1000111 10100 1001001 111011 110100

Color Harmonies of #ADCC3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCC3B

Black with #ADCC3B

Text Example


Text Example

White with #ADCC3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCC3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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