Html Css Color HEX #A8DB41 Atlantis

📋 copy color: '#A8DB41'

red 168 ◦ green 219 ◦ blue 65

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

Shades of Atlantis #A8DB41

Tints of Atlantis #A8DB41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.38%

R = 37.17%
G = 48.45%
B = 14.38%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#A8DB41 (or 0xA8DB41) is known color: Atlantis. HEX triplet: A8, DB and 41. RGB value is (168,219,65). Sum of RGB (Red+Green+Blue) = 168+219+65=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 219 (85.94% from 255 or 48.45% from 452); Blue value is 65 (25.78% from 255 or 14.38% from 452); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DB41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DB41 is #5724BE. Grayscale: #BABABA. Windows color (decimal): -5711039 or 4316072. OLE color: 4316072.

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

Color convert

RGB 168 219 65 -
CMYK 0.23 0 0.70 0.14
HSL 79.87º 0.68% 0.56% -
HSV(B) 79.87º 0.7% 0.86% -
XYZ 42.43 59.37 14.22 -
YUV 186.2 59.6 115.02 -
System Red Green Blue C M Y K H S L
Decimal 168 219 65 0.23 0 0.70 0.14 79.87 0.68 0.56
Hex A8 DB 41 17 0 46 E 50 44 38
Octal 250 333 101 27 0 106 16 120 104 70
Binary 10101000 11011011 1000001 10111 0 1000110 1110 1010000 1000100 111000

Color Harmonies of #A8DB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DB41

Black with #A8DB41

Text Example


Text Example

White with #A8DB41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DB41; }

 p { color: rgb(168,219,65); }

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

background-color css

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

 a { background-color: rgb(168,219,65); }

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

border-color css

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

 span { border-color: rgb(168,219,65); }

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