Html Css Color HEX #ADCC3A Atlantis

📋 copy color: '#ADCC3A'

red 173 ◦ green 204 ◦ blue 58

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

Shades of Atlantis #ADCC3A

Tints of Atlantis #ADCC3A

RGB

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

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

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

R = 39.77%
G = 46.9%
B = 13.33%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#ADCC3A (or 0xADCC3A) is known color: Atlantis. HEX triplet: AD, CC and 3A. RGB value is (173,204,58). Sum of RGB (Red+Green+Blue) = 173+204+58=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 204 (80.08% from 255 or 46.90% from 435); Blue value is 58 (23.05% from 255 or 13.33% from 435); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCC3A is #5233C5. Grayscale: #B2B2B2. Windows color (decimal): -5387206 or 3853485. OLE color: 3853485.

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

Color convert

RGB 173 204 58 -
CMYK 0.15 0 0.72 0.2
HSL 72.74º 0.59% 0.51% -
HSV(B) 72.74º 0.72% 0.8% -
XYZ 39.59 52.38 12.03 -
YUV 178.09 60.23 124.37 -
System Red Green Blue C M Y K H S L
Decimal 173 204 58 0.15 0 0.72 0.2 72.74 0.59 0.51
Hex AD CC 3A F 0 48 14 49 3B 33
Octal 255 314 72 17 0 110 24 111 73 63
Binary 10101101 11001100 111010 1111 0 1001000 10100 1001001 111011 110011

Color Harmonies of #ADCC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCC3A

Black with #ADCC3A

Text Example


Text Example

White with #ADCC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCC3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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