Html Css Color HEX #ADCD38 Atlantis

📋 copy color: '#ADCD38'

red 173 ◦ green 205 ◦ blue 56

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

Shades of Atlantis #ADCD38

Tints of Atlantis #ADCD38

RGB

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

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

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

R = 39.86%
G = 47.24%
B = 12.9%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#ADCD38 (or 0xADCD38) is known color: Atlantis. HEX triplet: AD, CD and 38. RGB value is (173,205,56). Sum of RGB (Red+Green+Blue) = 173+205+56=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 205 (80.47% from 255 or 47.24% from 434); Blue value is 56 (22.27% from 255 or 12.90% from 434); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCD38 is #5232C7. Grayscale: #B3B3B3. Windows color (decimal): -5386952 or 3722669. OLE color: 3722669.

HSL color Cylindrical-coordinate representation of color #ADCD38: hue angle of 72.89º degrees, saturation: 0.6, 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 #ADCD38 is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 205 56 -
CMYK 0.16 0 0.73 0.20
HSL 72.89º 0.6% 0.51% -
HSV(B) 72.89º 0.73% 0.8% -
XYZ 39.78 52.83 11.84 -
YUV 178.45 58.9 124.12 -
System Red Green Blue C M Y K H S L
Decimal 173 205 56 0.16 0 0.73 0.20 72.89 0.6 0.51
Hex AD CD 38 10 0 49 14 49 3C 33
Octal 255 315 70 20 0 111 24 111 74 63
Binary 10101101 11001101 111000 10000 0 1001001 10100 1001001 111100 110011

Color Harmonies of #ADCD38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCD38

Black with #ADCD38

Text Example


Text Example

White with #ADCD38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCD38; }

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

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

background-color css

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

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

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

border-color css

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

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

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