Html Css Color HEX #ACDA33 Atlantis

📋 copy color: '#ACDA33'

red 172 ◦ green 218 ◦ blue 51

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

Shades of Atlantis #ACDA33

Tints of Atlantis #ACDA33

RGB

 RED value IS 172 (67.58% from 255) = 39%

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

 BLUE value IS 51 (20.31% from 255) = 11.56%

R = 39%
G = 49.43%
B = 11.56%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#ACDA33 (or 0xACDA33) is known color: Atlantis. HEX triplet: AC, DA and 33. RGB value is (172,218,51). Sum of RGB (Red+Green+Blue) = 172+218+51=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 218 (85.55% from 255 or 49.43% from 441); Blue value is 51 (20.31% from 255 or 11.56% from 441); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDA33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDA33 is #5325CC. Grayscale: #B9B9B9. Windows color (decimal): -5449165 or 3398316. OLE color: 3398316.

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

Color convert

RGB 172 218 51 -
CMYK 0.21 0 0.77 0.15
HSL 76.53º 0.69% 0.53% -
HSV(B) 76.53º 0.77% 0.85% -
XYZ 42.68 59.15 12.3 -
YUV 185.21 52.26 118.58 -
System Red Green Blue C M Y K H S L
Decimal 172 218 51 0.21 0 0.77 0.15 76.53 0.69 0.53
Hex AC DA 33 15 0 4D F 4D 45 35
Octal 254 332 63 25 0 115 17 115 105 65
Binary 10101100 11011010 110011 10101 0 1001101 1111 1001101 1000101 110101

Color Harmonies of #ACDA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDA33

Black with #ACDA33

Text Example


Text Example

White with #ACDA33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDA33; }

 p { color: rgb(172,218,51); }

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

background-color css

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

 a { background-color: rgb(172,218,51); }

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

border-color css

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

 span { border-color: rgb(172,218,51); }

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