Html Css Color HEX #A8D438 Atlantis

📋 copy color: '#A8D438'

red 168 ◦ green 212 ◦ blue 56

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

Shades of Atlantis #A8D438

Tints of Atlantis #A8D438

RGB

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

 GREEN value IS 212 (83.2% from 255) = 48.62%

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

R = 38.53%
G = 48.62%
B = 12.84%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.74

 K value IS 0.17

RGB Variations

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

Color information

#A8D438 (or 0xA8D438) is known color: Atlantis. HEX triplet: A8, D4 and 38. RGB value is (168,212,56). Sum of RGB (Red+Green+Blue) = 168+212+56=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 212 (83.20% from 255 or 48.62% from 436); Blue value is 56 (22.27% from 255 or 12.84% from 436); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D438 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D438 is #572BC7. Grayscale: #B5B5B5. Windows color (decimal): -5712840 or 3724456. OLE color: 3724456.

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

Color convert

RGB 168 212 56 -
CMYK 0.21 0 0.74 0.17
HSL 76.92º 0.64% 0.53% -
HSV(B) 76.92º 0.74% 0.83% -
XYZ 40.41 55.7 12.36 -
YUV 181.06 57.42 118.68 -
System Red Green Blue C M Y K H S L
Decimal 168 212 56 0.21 0 0.74 0.17 76.92 0.64 0.53
Hex A8 D4 38 15 0 4A 11 4D 40 35
Octal 250 324 70 25 0 112 21 115 100 65
Binary 10101000 11010100 111000 10101 0 1001010 10001 1001101 1000000 110101

Color Harmonies of #A8D438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D438

Black with #A8D438

Text Example


Text Example

White with #A8D438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D438; }

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

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

background-color css

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

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

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

border-color css

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

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

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