Html Css Color HEX #ADE038 Atlantis

📋 copy color: '#ADE038'

red 173 ◦ green 224 ◦ blue 56

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

Shades of Atlantis #ADE038

Tints of Atlantis #ADE038

RGB

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

 GREEN value IS 224 (87.89% from 255) = 49.45%

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

R = 38.19%
G = 49.45%
B = 12.36%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#ADE038 (or 0xADE038) is known color: Atlantis. HEX triplet: AD, E0 and 38. RGB value is (173,224,56). Sum of RGB (Red+Green+Blue) = 173+224+56=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 224 (87.89% from 255 or 49.45% from 453); Blue value is 56 (22.27% from 255 or 12.36% from 453); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE038 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE038 is #521FC7. Grayscale: #BEBEBE. Windows color (decimal): -5382088 or 3727533. OLE color: 3727533.

HSL color Cylindrical-coordinate representation of color #ADE038: hue angle of 78.21º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ADE038 is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.

Color convert

RGB 173 224 56 -
CMYK 0.23 0 0.75 0.12
HSL 78.21º 0.73% 0.55% -
HSV(B) 78.21º 0.75% 0.88% -
XYZ 44.6 62.48 13.45 -
YUV 189.6 52.6 116.16 -
System Red Green Blue C M Y K H S L
Decimal 173 224 56 0.23 0 0.75 0.12 78.21 0.73 0.55
Hex AD E0 38 17 0 4B C 4E 49 37
Octal 255 340 70 27 0 113 14 116 111 67
Binary 10101101 11100000 111000 10111 0 1001011 1100 1001110 1001001 110111

Color Harmonies of #ADE038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE038

Black with #ADE038

Text Example


Text Example

White with #ADE038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE038; }

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

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

background-color css

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

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

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

border-color css

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

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

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