Html Css Color HEX #ADDC38 Atlantis

📋 copy color: '#ADDC38'

red 173 ◦ green 220 ◦ blue 56

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

Shades of Atlantis #ADDC38

Tints of Atlantis #ADDC38

RGB

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

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

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

R = 38.53%
G = 49%
B = 12.47%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#ADDC38 (or 0xADDC38) is known color: Atlantis. HEX triplet: AD, DC and 38. RGB value is (173,220,56). Sum of RGB (Red+Green+Blue) = 173+220+56=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 220 (86.33% from 255 or 49.00% from 449); Blue value is 56 (22.27% from 255 or 12.47% from 449); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDC38 is #5223C7. Grayscale: #BBBBBB. Windows color (decimal): -5383112 or 3726509. OLE color: 3726509.

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

Color convert

RGB 173 220 56 -
CMYK 0.21 0 0.75 0.14
HSL 77.2º 0.7% 0.54% -
HSV(B) 77.2º 0.75% 0.86% -
XYZ 43.54 60.36 13.1 -
YUV 187.25 53.93 117.84 -
System Red Green Blue C M Y K H S L
Decimal 173 220 56 0.21 0 0.75 0.14 77.2 0.7 0.54
Hex AD DC 38 15 0 4B E 4D 46 36
Octal 255 334 70 25 0 113 16 115 106 66
Binary 10101101 11011100 111000 10101 0 1001011 1110 1001101 1000110 110110

Color Harmonies of #ADDC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDC38

Black with #ADDC38

Text Example


Text Example

White with #ADDC38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDC38; }

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

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

background-color css

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

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

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

border-color css

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

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

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