Html Css Color HEX #ADCC3C Atlantis

📋 copy color: '#ADCC3C'

red 173 ◦ green 204 ◦ blue 60

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

Shades of Atlantis #ADCC3C

Tints of Atlantis #ADCC3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.73%

R = 39.59%
G = 46.68%
B = 13.73%

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

#ADCC3C (or 0xADCC3C) is known color: Atlantis. HEX triplet: AD, CC and 3C. RGB value is (173,204,60). Sum of RGB (Red+Green+Blue) = 173+204+60=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 204 (80.08% from 255 or 46.68% from 437); Blue value is 60 (23.83% from 255 or 13.73% from 437); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCC3C is #5233C3. Grayscale: #B2B2B2. Windows color (decimal): -5387204 or 3984557. OLE color: 3984557.

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

Color convert

RGB 173 204 60 -
CMYK 0.15 0 0.71 0.2
HSL 72.92º 0.59% 0.52% -
HSV(B) 72.92º 0.71% 0.8% -
XYZ 39.64 52.4 12.3 -
YUV 178.32 61.23 124.21 -
System Red Green Blue C M Y K H S L
Decimal 173 204 60 0.15 0 0.71 0.2 72.92 0.59 0.52
Hex AD CC 3C F 0 47 14 49 3B 34
Octal 255 314 74 17 0 107 24 111 73 64
Binary 10101101 11001100 111100 1111 0 1000111 10100 1001001 111011 110100

Color Harmonies of #ADCC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCC3C

Black with #ADCC3C

Text Example


Text Example

White with #ADCC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCC3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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