Html Css Color HEX #ADC93A Atlantis

📋 copy color: '#ADC93A'

red 173 ◦ green 201 ◦ blue 58

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

Shades of Atlantis #ADC93A

Tints of Atlantis #ADC93A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.43%

R = 40.05%
G = 46.53%
B = 13.43%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#ADC93A (or 0xADC93A) is known color: Atlantis. HEX triplet: AD, C9 and 3A. RGB value is (173,201,58). Sum of RGB (Red+Green+Blue) = 173+201+58=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 201 (78.91% from 255 or 46.53% from 432); Blue value is 58 (23.05% from 255 or 13.43% from 432); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC93A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC93A is #5236C5. Grayscale: #B0B0B0. Windows color (decimal): -5387974 or 3852717. OLE color: 3852717.

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

Color convert

RGB 173 201 58 -
CMYK 0.14 0 0.71 0.21
HSL 71.75º 0.57% 0.51% -
HSV(B) 71.75º 0.71% 0.79% -
XYZ 38.88 50.96 11.79 -
YUV 176.33 61.22 125.63 -
System Red Green Blue C M Y K H S L
Decimal 173 201 58 0.14 0 0.71 0.21 71.75 0.57 0.51
Hex AD C9 3A E 0 47 15 48 39 33
Octal 255 311 72 16 0 107 25 110 71 63
Binary 10101101 11001001 111010 1110 0 1000111 10101 1001000 111001 110011

Color Harmonies of #ADC93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC93A

Black with #ADC93A

Text Example


Text Example

White with #ADC93A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC93A; }

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

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

background-color css

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

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

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

border-color css

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

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

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