Html Css Color HEX #ADDC3A Atlantis

📋 copy color: '#ADDC3A'

red 173 ◦ green 220 ◦ blue 58

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

Shades of Atlantis #ADDC3A

Tints of Atlantis #ADDC3A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.78%

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

R = 38.36%
G = 48.78%
B = 12.86%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#ADDC3A (or 0xADDC3A) is known color: Atlantis. HEX triplet: AD, DC and 3A. RGB value is (173,220,58). Sum of RGB (Red+Green+Blue) = 173+220+58=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 220 (86.33% from 255 or 48.78% from 451); Blue value is 58 (23.05% from 255 or 12.86% from 451); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDC3A is #5223C5. Grayscale: #BCBCBC. Windows color (decimal): -5383110 or 3857581. OLE color: 3857581.

HSL color Cylindrical-coordinate representation of color #ADDC3A: hue angle of 77.41º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ADDC3A is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 220 58 -
CMYK 0.21 0 0.74 0.14
HSL 77.41º 0.7% 0.55% -
HSV(B) 77.41º 0.74% 0.86% -
XYZ 43.59 60.38 13.36 -
YUV 187.48 54.93 117.67 -
System Red Green Blue C M Y K H S L
Decimal 173 220 58 0.21 0 0.74 0.14 77.41 0.7 0.55
Hex AD DC 3A 15 0 4A E 4D 46 37
Octal 255 334 72 25 0 112 16 115 106 67
Binary 10101101 11011100 111010 10101 0 1001010 1110 1001101 1000110 110111

Color Harmonies of #ADDC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDC3A

Black with #ADDC3A

Text Example


Text Example

White with #ADDC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDC3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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