Html Css Color HEX #ACDF3A Atlantis

📋 copy color: '#ACDF3A'

red 172 ◦ green 223 ◦ blue 58

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

Shades of Atlantis #ACDF3A

Tints of Atlantis #ACDF3A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 49.23%

 BLUE value IS 58 (23.05% from 255) = 12.8%

R = 37.97%
G = 49.23%
B = 12.8%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#ACDF3A (or 0xACDF3A) is known color: Atlantis. HEX triplet: AC, DF and 3A. RGB value is (172,223,58). Sum of RGB (Red+Green+Blue) = 172+223+58=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 223 (87.5% from 255 or 49.23% from 453); Blue value is 58 (23.05% from 255 or 12.80% from 453); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDF3A is #5320C5. Grayscale: #BDBDBD. Windows color (decimal): -5447878 or 3858348. OLE color: 3858348.

HSL color Cylindrical-coordinate representation of color #ACDF3A: hue angle of 78.55º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ACDF3A is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 223 58 -
CMYK 0.23 0 0.74 0.13
HSL 78.55º 0.72% 0.55% -
HSV(B) 78.55º 0.74% 0.87% -
XYZ 44.16 61.85 13.61 -
YUV 188.94 54.1 115.92 -
System Red Green Blue C M Y K H S L
Decimal 172 223 58 0.23 0 0.74 0.13 78.55 0.72 0.55
Hex AC DF 3A 17 0 4A D 4F 48 37
Octal 254 337 72 27 0 112 15 117 110 67
Binary 10101100 11011111 111010 10111 0 1001010 1101 1001111 1001000 110111

Color Harmonies of #ACDF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDF3A

Black with #ACDF3A

Text Example


Text Example

White with #ACDF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDF3A; }

 p { color: rgb(172,223,58); }

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

background-color css

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

 a { background-color: rgb(172,223,58); }

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

border-color css

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

 span { border-color: rgb(172,223,58); }

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