Html Css Color HEX #A8D641 Atlantis

📋 copy color: '#A8D641'

red 168 ◦ green 214 ◦ blue 65

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

Shades of Atlantis #A8D641

Tints of Atlantis #A8D641

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.87%

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

R = 37.58%
G = 47.87%
B = 14.54%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#A8D641 (or 0xA8D641) is known color: Atlantis. HEX triplet: A8, D6 and 41. RGB value is (168,214,65). Sum of RGB (Red+Green+Blue) = 168+214+65=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 214 (83.98% from 255 or 47.87% from 447); Blue value is 65 (25.78% from 255 or 14.54% from 447); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D641 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D641 is #5729BE. Grayscale: #B7B7B7. Windows color (decimal): -5712319 or 4314792. OLE color: 4314792.

HSL color Cylindrical-coordinate representation of color #A8D641: hue angle of 78.52º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A8D641 is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 214 65 -
CMYK 0.21 0 0.70 0.16
HSL 78.52º 0.65% 0.55% -
HSV(B) 78.52º 0.7% 0.84% -
XYZ 41.15 56.8 13.8 -
YUV 183.26 61.26 117.12 -
System Red Green Blue C M Y K H S L
Decimal 168 214 65 0.21 0 0.70 0.16 78.52 0.65 0.55
Hex A8 D6 41 15 0 46 10 4F 41 37
Octal 250 326 101 25 0 106 20 117 101 67
Binary 10101000 11010110 1000001 10101 0 1000110 10000 1001111 1000001 110111

Color Harmonies of #A8D641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D641

Black with #A8D641

Text Example


Text Example

White with #A8D641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D641; }

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

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

background-color css

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

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

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

border-color css

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

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

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