Html Css Color HEX #A8D841 Atlantis

📋 copy color: '#A8D841'

red 168 ◦ green 216 ◦ blue 65

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

Shades of Atlantis #A8D841

Tints of Atlantis #A8D841

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48.11%

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

R = 37.42%
G = 48.11%
B = 14.48%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#A8D841 (or 0xA8D841) is known color: Atlantis. HEX triplet: A8, D8 and 41. RGB value is (168,216,65). Sum of RGB (Red+Green+Blue) = 168+216+65=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 216 (84.77% from 255 or 48.11% from 449); Blue value is 65 (25.78% from 255 or 14.48% from 449); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D841 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D841 is #5727BE. Grayscale: #B8B8B8. Windows color (decimal): -5711807 or 4315304. OLE color: 4315304.

HSL color Cylindrical-coordinate representation of color #A8D841: hue angle of 79.07º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A8D841 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 216 65 -
CMYK 0.22 0 0.70 0.15
HSL 79.07º 0.66% 0.55% -
HSV(B) 79.07º 0.7% 0.85% -
XYZ 41.66 57.82 13.97 -
YUV 184.43 60.6 116.28 -
System Red Green Blue C M Y K H S L
Decimal 168 216 65 0.22 0 0.70 0.15 79.07 0.66 0.55
Hex A8 D8 41 16 0 46 F 4F 42 37
Octal 250 330 101 26 0 106 17 117 102 67
Binary 10101000 11011000 1000001 10110 0 1000110 1111 1001111 1000010 110111

Color Harmonies of #A8D841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D841

Black with #A8D841

Text Example


Text Example

White with #A8D841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D841; }

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

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

background-color css

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

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

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

border-color css

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

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

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