Html Css Color HEX #A8D338 Atlantis

📋 copy color: '#A8D338'

red 168 ◦ green 211 ◦ blue 56

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

Shades of Atlantis #A8D338

Tints of Atlantis #A8D338

RGB

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

 GREEN value IS 211 (82.81% from 255) = 48.51%

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

R = 38.62%
G = 48.51%
B = 12.87%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#A8D338 (or 0xA8D338) is known color: Atlantis. HEX triplet: A8, D3 and 38. RGB value is (168,211,56). Sum of RGB (Red+Green+Blue) = 168+211+56=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 211 (82.81% from 255 or 48.51% from 435); Blue value is 56 (22.27% from 255 or 12.87% from 435); Max value from RGB is 211 - color contains mainly: green. Hex color #A8D338 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D338 is #572CC7. Grayscale: #B5B5B5. Windows color (decimal): -5713096 or 3724200. OLE color: 3724200.

HSL color Cylindrical-coordinate representation of color #A8D338: hue angle of 76.65º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A8D338 is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 168 211 56 -
CMYK 0.20 0 0.73 0.17
HSL 76.65º 0.64% 0.52% -
HSV(B) 76.65º 0.73% 0.83% -
XYZ 40.16 55.2 12.28 -
YUV 180.47 57.75 119.1 -
System Red Green Blue C M Y K H S L
Decimal 168 211 56 0.20 0 0.73 0.17 76.65 0.64 0.52
Hex A8 D3 38 14 0 49 11 4D 40 34
Octal 250 323 70 24 0 111 21 115 100 64
Binary 10101000 11010011 111000 10100 0 1001001 10001 1001101 1000000 110100

Color Harmonies of #A8D338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D338

Black with #A8D338

Text Example


Text Example

White with #A8D338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D338; }

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

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

background-color css

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

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

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

border-color css

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

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

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