Html Css Color HEX #A8D434 Atlantis

📋 copy color: '#A8D434'

red 168 ◦ green 212 ◦ blue 52

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

Shades of Atlantis #A8D434

Tints of Atlantis #A8D434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.04%

R = 38.89%
G = 49.07%
B = 12.04%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#A8D434 (or 0xA8D434) is known color: Atlantis. HEX triplet: A8, D4 and 34. RGB value is (168,212,52). Sum of RGB (Red+Green+Blue) = 168+212+52=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 212 (83.20% from 255 or 49.07% from 432); Blue value is 52 (20.70% from 255 or 12.04% from 432); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D434 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D434 is #572BCB. Grayscale: #B5B5B5. Windows color (decimal): -5712844 or 3462312. OLE color: 3462312.

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

Color convert

RGB 168 212 52 -
CMYK 0.21 0 0.75 0.17
HSL 76.5º 0.65% 0.52% -
HSV(B) 76.5º 0.75% 0.83% -
XYZ 40.31 55.66 11.87 -
YUV 180.6 55.42 119.01 -
System Red Green Blue C M Y K H S L
Decimal 168 212 52 0.21 0 0.75 0.17 76.5 0.65 0.52
Hex A8 D4 34 15 0 4B 11 4C 41 34
Octal 250 324 64 25 0 113 21 114 101 64
Binary 10101000 11010100 110100 10101 0 1001011 10001 1001100 1000001 110100

Color Harmonies of #A8D434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D434

Black with #A8D434

Text Example


Text Example

White with #A8D434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D434; }

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

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

background-color css

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

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

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

border-color css

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

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

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