Html Css Color HEX #ADC838 Atlantis

📋 copy color: '#ADC838'

red 173 ◦ green 200 ◦ blue 56

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

Shades of Atlantis #ADC838

Tints of Atlantis #ADC838

RGB

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

 GREEN value IS 200 (78.52% from 255) = 46.62%

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

R = 40.33%
G = 46.62%
B = 13.05%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#ADC838 (or 0xADC838) is known color: Atlantis. HEX triplet: AD, C8 and 38. RGB value is (173,200,56). Sum of RGB (Red+Green+Blue) = 173+200+56=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 200 (78.52% from 255 or 46.62% from 429); Blue value is 56 (22.27% from 255 or 13.05% from 429); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC838 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC838 is #5237C7. Grayscale: #B0B0B0. Windows color (decimal): -5388232 or 3721389. OLE color: 3721389.

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

Color convert

RGB 173 200 56 -
CMYK 0.14 0 0.72 0.22
HSL 71.25º 0.57% 0.5% -
HSV(B) 71.25º 0.72% 0.78% -
XYZ 38.6 50.48 11.45 -
YUV 175.51 60.55 126.21 -
System Red Green Blue C M Y K H S L
Decimal 173 200 56 0.14 0 0.72 0.22 71.25 0.57 0.5
Hex AD C8 38 E 0 48 16 47 39 32
Octal 255 310 70 16 0 110 26 107 71 62
Binary 10101101 11001000 111000 1110 0 1001000 10110 1000111 111001 110010

Color Harmonies of #ADC838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC838

Black with #ADC838

Text Example


Text Example

White with #ADC838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC838; }

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

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

background-color css

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

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

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

border-color css

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

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

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