Html Css Color HEX #A6DE30 Atlantis

📋 copy color: '#A6DE30'

red 166 ◦ green 222 ◦ blue 48

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

Shades of Atlantis #A6DE30

Tints of Atlantis #A6DE30

RGB

 RED value IS 166 (65.23% from 255) = 38.07%

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

 BLUE value IS 48 (19.14% from 255) = 11.01%

R = 38.07%
G = 50.92%
B = 11.01%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#A6DE30 (or 0xA6DE30) is known color: Atlantis. HEX triplet: A6, DE and 30. RGB value is (166,222,48). Sum of RGB (Red+Green+Blue) = 166+222+48=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 222 (87.11% from 255 or 50.92% from 436); Blue value is 48 (19.14% from 255 or 11.01% from 436); Max value from RGB is 222 - color contains mainly: green. Hex color #A6DE30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DE30 is #5921CF. Grayscale: #BABABA. Windows color (decimal): -5841360 or 3202726. OLE color: 3202726.

HSL color Cylindrical-coordinate representation of color #A6DE30: hue angle of 79.31º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A6DE30 is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 222 48 -
CMYK 0.25 0 0.78 0.13
HSL 79.31º 0.73% 0.53% -
HSV(B) 79.31º 0.78% 0.87% -
XYZ 42.38 60.56 12.25 -
YUV 185.42 50.45 114.15 -
System Red Green Blue C M Y K H S L
Decimal 166 222 48 0.25 0 0.78 0.13 79.31 0.73 0.53
Hex A6 DE 30 19 0 4E D 4F 48 35
Octal 246 336 60 31 0 116 15 117 110 65
Binary 10100110 11011110 110000 11001 0 1001110 1101 1001111 1001000 110101

Color Harmonies of #A6DE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DE30

Black with #A6DE30

Text Example


Text Example

White with #A6DE30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DE30; }

 p { color: rgb(166,222,48); }

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

background-color css

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

 a { background-color: rgb(166,222,48); }

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

border-color css

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

 span { border-color: rgb(166,222,48); }

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