Html Css Color HEX #ADC938 Atlantis

📋 copy color: '#ADC938'

red 173 ◦ green 201 ◦ blue 56

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

Shades of Atlantis #ADC938

Tints of Atlantis #ADC938

RGB

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

 GREEN value IS 201 (78.91% from 255) = 46.74%

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

R = 40.23%
G = 46.74%
B = 13.02%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#ADC938 (or 0xADC938) is known color: Atlantis. HEX triplet: AD, C9 and 38. RGB value is (173,201,56). Sum of RGB (Red+Green+Blue) = 173+201+56=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 201 (78.91% from 255 or 46.74% from 430); Blue value is 56 (22.27% from 255 or 13.02% from 430); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC938 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC938 is #5236C7. Grayscale: #B0B0B0. Windows color (decimal): -5387976 or 3721645. OLE color: 3721645.

HSL color Cylindrical-coordinate representation of color #ADC938: hue angle of 71.59º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ADC938 is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 201 56 -
CMYK 0.14 0 0.72 0.21
HSL 71.59º 0.57% 0.5% -
HSV(B) 71.59º 0.72% 0.79% -
XYZ 38.83 50.94 11.53 -
YUV 176.1 60.22 125.79 -
System Red Green Blue C M Y K H S L
Decimal 173 201 56 0.14 0 0.72 0.21 71.59 0.57 0.5
Hex AD C9 38 E 0 48 15 48 39 32
Octal 255 311 70 16 0 110 25 110 71 62
Binary 10101101 11001001 111000 1110 0 1001000 10101 1001000 111001 110010

Color Harmonies of #ADC938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC938

Black with #ADC938

Text Example


Text Example

White with #ADC938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC938; }

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

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

background-color css

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

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

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

border-color css

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

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

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