Html Css Color HEX #A8DA35 Atlantis

📋 copy color: '#A8DA35'

red 168 ◦ green 218 ◦ blue 53

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

Shades of Atlantis #A8DA35

Tints of Atlantis #A8DA35

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.66%

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

R = 38.27%
G = 49.66%
B = 12.07%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#A8DA35 (or 0xA8DA35) is known color: Atlantis. HEX triplet: A8, DA and 35. RGB value is (168,218,53). Sum of RGB (Red+Green+Blue) = 168+218+53=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 218 (85.55% from 255 or 49.66% from 439); Blue value is 53 (21.09% from 255 or 12.07% from 439); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DA35 is #5725CA. Grayscale: #B8B8B8. Windows color (decimal): -5711307 or 3529384. OLE color: 3529384.

HSL color Cylindrical-coordinate representation of color #A8DA35: hue angle of 78.18º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A8DA35 is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 218 53 -
CMYK 0.23 0 0.76 0.15
HSL 78.18º 0.69% 0.53% -
HSV(B) 78.18º 0.76% 0.85% -
XYZ 41.86 58.72 12.5 -
YUV 184.24 53.94 116.42 -
System Red Green Blue C M Y K H S L
Decimal 168 218 53 0.23 0 0.76 0.15 78.18 0.69 0.53
Hex A8 DA 35 17 0 4C F 4E 45 35
Octal 250 332 65 27 0 114 17 116 105 65
Binary 10101000 11011010 110101 10111 0 1001100 1111 1001110 1000101 110101

Color Harmonies of #A8DA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DA35

Black with #A8DA35

Text Example


Text Example

White with #A8DA35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DA35; }

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

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

background-color css

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

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

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

border-color css

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

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

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