Html Css Color HEX #8ADC44 Atlantis

📋 copy color: '#8ADC44'

red 138 ◦ green 220 ◦ blue 68

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

Shades of Atlantis #8ADC44

Tints of Atlantis #8ADC44

RGB

 RED value IS 138 (54.3% from 255) = 32.39%

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

 BLUE value IS 68 (26.95% from 255) = 15.96%

R = 32.39%
G = 51.64%
B = 15.96%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#8ADC44 (or 0x8ADC44) is known color: Atlantis. HEX triplet: 8A, DC and 44. RGB value is (138,220,68). Sum of RGB (Red+Green+Blue) = 138+220+68=426 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.39% from 426); Green value is 220 (86.33% from 255 or 51.64% from 426); Blue value is 68 (26.95% from 255 or 15.96% from 426); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADC44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ADC44 is #7523BB. Grayscale: #B2B2B2. Windows color (decimal): -7676860 or 4512906. OLE color: 4512906.

HSL color Cylindrical-coordinate representation of color #8ADC44: hue angle of 92.37º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8ADC44 is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 220 68 -
CMYK 0.37 0 0.69 0.14
HSL 92.37º 0.68% 0.56% -
HSV(B) 92.37º 0.69% 0.86% -
XYZ 37.12 57.01 14.52 -
YUV 178.15 65.83 99.36 -
System Red Green Blue C M Y K H S L
Decimal 138 220 68 0.37 0 0.69 0.14 92.37 0.68 0.56
Hex 8A DC 44 25 0 45 E 5C 44 38
Octal 212 334 104 45 0 105 16 134 104 70
Binary 10001010 11011100 1000100 100101 0 1000101 1110 1011100 1000100 111000

Color Harmonies of #8ADC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADC44

Black with #8ADC44

Text Example


Text Example

White with #8ADC44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8ADC44; }

 p { color: rgb(138,220,68); }

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

background-color css

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

 a { background-color: rgb(138,220,68); }

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

border-color css

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

 span { border-color: rgb(138,220,68); }

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