Html Css Color HEX #A8D035 Atlantis

📋 copy color: '#A8D035'

red 168 ◦ green 208 ◦ blue 53

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

Shades of Atlantis #A8D035

Tints of Atlantis #A8D035

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.48%

 BLUE value IS 53 (21.09% from 255) = 12.35%

R = 39.16%
G = 48.48%
B = 12.35%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#A8D035 (or 0xA8D035) is known color: Atlantis. HEX triplet: A8, D0 and 35. RGB value is (168,208,53). Sum of RGB (Red+Green+Blue) = 168+208+53=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 208 (81.64% from 255 or 48.48% from 429); Blue value is 53 (21.09% from 255 or 12.35% from 429); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D035 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D035 is #572FCA. Grayscale: #B2B2B2. Windows color (decimal): -5713867 or 3526824. OLE color: 3526824.

HSL color Cylindrical-coordinate representation of color #A8D035: hue angle of 75.48º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A8D035 is Cyan = 0.19, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 208 53 -
CMYK 0.19 0 0.75 0.18
HSL 75.48º 0.62% 0.51% -
HSV(B) 75.48º 0.75% 0.82% -
XYZ 39.35 53.69 11.66 -
YUV 178.37 57.25 120.6 -
System Red Green Blue C M Y K H S L
Decimal 168 208 53 0.19 0 0.75 0.18 75.48 0.62 0.51
Hex A8 D0 35 13 0 4B 12 4B 3E 33
Octal 250 320 65 23 0 113 22 113 76 63
Binary 10101000 11010000 110101 10011 0 1001011 10010 1001011 111110 110011

Color Harmonies of #A8D035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D035

Black with #A8D035

Text Example


Text Example

White with #A8D035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D035; }

 p { color: rgb(168,208,53); }

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

background-color css

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

 a { background-color: rgb(168,208,53); }

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

border-color css

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

 span { border-color: rgb(168,208,53); }

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