Html Css Color HEX #8ADB43 Atlantis

📋 copy color: '#8ADB43'

red 138 ◦ green 219 ◦ blue 67

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

Shades of Atlantis #8ADB43

Tints of Atlantis #8ADB43

RGB

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

 GREEN value IS 219 (85.94% from 255) = 51.65%

 BLUE value IS 67 (26.56% from 255) = 15.8%

R = 32.55%
G = 51.65%
B = 15.8%

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

#8ADB43 (or 0x8ADB43) is known color: Atlantis. HEX triplet: 8A, DB and 43. RGB value is (138,219,67). Sum of RGB (Red+Green+Blue) = 138+219+67=424 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.55% from 424); Green value is 219 (85.94% from 255 or 51.65% from 424); Blue value is 67 (26.56% from 255 or 15.80% from 424); Max value from RGB is 219 - color contains mainly: green. Hex color #8ADB43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ADB43 is #7524BC. Grayscale: #B1B1B1. Windows color (decimal): -7677117 or 4447114. OLE color: 4447114.

HSL color Cylindrical-coordinate representation of color #8ADB43: hue angle of 91.97º 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 #8ADB43 is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 219 67 -
CMYK 0.37 0 0.69 0.14
HSL 91.97º 0.68% 0.56% -
HSV(B) 91.97º 0.69% 0.86% -
XYZ 36.83 56.47 14.27 -
YUV 177.45 65.66 99.86 -
System Red Green Blue C M Y K H S L
Decimal 138 219 67 0.37 0 0.69 0.14 91.97 0.68 0.56
Hex 8A DB 43 25 0 45 E 5C 44 38
Octal 212 333 103 45 0 105 16 134 104 70
Binary 10001010 11011011 1000011 100101 0 1000101 1110 1011100 1000100 111000

Color Harmonies of #8ADB43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADB43

Black with #8ADB43

Text Example


Text Example

White with #8ADB43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,219,67); }

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

background-color css

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

 a { background-color: rgb(138,219,67); }

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

border-color css

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

 span { border-color: rgb(138,219,67); }

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