Html Css Color HEX #A8DE38 Atlantis

📋 copy color: '#A8DE38'

red 168 ◦ green 222 ◦ blue 56

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

Shades of Atlantis #A8DE38

Tints of Atlantis #A8DE38

RGB

 RED value IS 168 (66.02% from 255) = 37.67%

 GREEN value IS 222 (87.11% from 255) = 49.78%

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

R = 37.67%
G = 49.78%
B = 12.56%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#A8DE38 (or 0xA8DE38) is known color: Atlantis. HEX triplet: A8, DE and 38. RGB value is (168,222,56). Sum of RGB (Red+Green+Blue) = 168+222+56=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 222 (87.11% from 255 or 49.78% from 446); Blue value is 56 (22.27% from 255 or 12.56% from 446); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DE38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DE38 is #5721C7. Grayscale: #BBBBBB. Windows color (decimal): -5710280 or 3727016. OLE color: 3727016.

HSL color Cylindrical-coordinate representation of color #A8DE38: hue angle of 79.52º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A8DE38 is Cyan = 0.24, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 222 56 -
CMYK 0.24 0 0.75 0.13
HSL 79.52º 0.72% 0.55% -
HSV(B) 79.52º 0.75% 0.87% -
XYZ 42.98 60.85 13.22 -
YUV 186.93 54.11 114.5 -
System Red Green Blue C M Y K H S L
Decimal 168 222 56 0.24 0 0.75 0.13 79.52 0.72 0.55
Hex A8 DE 38 18 0 4B D 50 48 37
Octal 250 336 70 30 0 113 15 120 110 67
Binary 10101000 11011110 111000 11000 0 1001011 1101 1010000 1001000 110111

Color Harmonies of #A8DE38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DE38

Black with #A8DE38

Text Example


Text Example

White with #A8DE38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DE38; }

 p { color: rgb(168,222,56); }

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

background-color css

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

 a { background-color: rgb(168,222,56); }

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

border-color css

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

 span { border-color: rgb(168,222,56); }

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