Html Css Color HEX #A8D735 Atlantis

📋 copy color: '#A8D735'

red 168 ◦ green 215 ◦ blue 53

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

Shades of Atlantis #A8D735

Tints of Atlantis #A8D735

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.31%

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

R = 38.53%
G = 49.31%
B = 12.16%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#A8D735 (or 0xA8D735) is known color: Atlantis. HEX triplet: A8, D7 and 35. RGB value is (168,215,53). Sum of RGB (Red+Green+Blue) = 168+215+53=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 215 (84.38% from 255 or 49.31% from 436); Blue value is 53 (21.09% from 255 or 12.16% from 436); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D735 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D735 is #5728CA. Grayscale: #B7B7B7. Windows color (decimal): -5712075 or 3528616. OLE color: 3528616.

HSL color Cylindrical-coordinate representation of color #A8D735: hue angle of 77.41º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A8D735 is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 215 53 -
CMYK 0.22 0 0.75 0.16
HSL 77.41º 0.67% 0.53% -
HSV(B) 77.41º 0.75% 0.84% -
XYZ 41.09 57.18 12.24 -
YUV 182.48 54.93 117.67 -
System Red Green Blue C M Y K H S L
Decimal 168 215 53 0.22 0 0.75 0.16 77.41 0.67 0.53
Hex A8 D7 35 16 0 4B 10 4D 43 35
Octal 250 327 65 26 0 113 20 115 103 65
Binary 10101000 11010111 110101 10110 0 1001011 10000 1001101 1000011 110101

Color Harmonies of #A8D735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D735

Black with #A8D735

Text Example


Text Example

White with #A8D735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D735; }

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

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

background-color css

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

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

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

border-color css

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

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

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