Html Css Color HEX #ADCC38 Atlantis

📋 copy color: '#ADCC38'

red 173 ◦ green 204 ◦ blue 56

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

Shades of Atlantis #ADCC38

Tints of Atlantis #ADCC38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.93%

R = 39.95%
G = 47.11%
B = 12.93%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#ADCC38 (or 0xADCC38) is known color: Atlantis. HEX triplet: AD, CC and 38. RGB value is (173,204,56). Sum of RGB (Red+Green+Blue) = 173+204+56=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 204 (80.08% from 255 or 47.11% from 433); Blue value is 56 (22.27% from 255 or 12.93% from 433); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCC38 is #5233C7. Grayscale: #B2B2B2. Windows color (decimal): -5387208 or 3722413. OLE color: 3722413.

HSL color Cylindrical-coordinate representation of color #ADCC38: hue angle of 72.57º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ADCC38 is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 204 56 -
CMYK 0.15 0 0.73 0.2
HSL 72.57º 0.59% 0.51% -
HSV(B) 72.57º 0.73% 0.8% -
XYZ 39.54 52.36 11.76 -
YUV 177.86 59.23 124.53 -
System Red Green Blue C M Y K H S L
Decimal 173 204 56 0.15 0 0.73 0.2 72.57 0.59 0.51
Hex AD CC 38 F 0 49 14 49 3B 33
Octal 255 314 70 17 0 111 24 111 73 63
Binary 10101101 11001100 111000 1111 0 1001001 10100 1001001 111011 110011

Color Harmonies of #ADCC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCC38

Black with #ADCC38

Text Example


Text Example

White with #ADCC38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCC38; }

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

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

background-color css

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

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

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

border-color css

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

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

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