Html Css Color HEX #ACCD40 Atlantis

📋 copy color: '#ACCD40'

red 172 ◦ green 205 ◦ blue 64

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

Shades of Atlantis #ACCD40

Tints of Atlantis #ACCD40

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.49%

 BLUE value IS 64 (25.39% from 255) = 14.51%

R = 39%
G = 46.49%
B = 14.51%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#ACCD40 (or 0xACCD40) is known color: Atlantis. HEX triplet: AC, CD and 40. RGB value is (172,205,64). Sum of RGB (Red+Green+Blue) = 172+205+64=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 205 (80.47% from 255 or 46.49% from 441); Blue value is 64 (25.39% from 255 or 14.51% from 441); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCD40 is #5332BF. Grayscale: #B3B3B3. Windows color (decimal): -5452480 or 4246956. OLE color: 4246956.

HSL color Cylindrical-coordinate representation of color #ACCD40: hue angle of 74.04º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ACCD40 is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 205 64 -
CMYK 0.16 0 0.69 0.20
HSL 74.04º 0.59% 0.53% -
HSV(B) 74.04º 0.69% 0.8% -
XYZ 39.77 52.8 12.95 -
YUV 179.06 63.07 122.96 -
System Red Green Blue C M Y K H S L
Decimal 172 205 64 0.16 0 0.69 0.20 74.04 0.59 0.53
Hex AC CD 40 10 0 45 14 4A 3B 35
Octal 254 315 100 20 0 105 24 112 73 65
Binary 10101100 11001101 1000000 10000 0 1000101 10100 1001010 111011 110101

Color Harmonies of #ACCD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCD40

Black with #ACCD40

Text Example


Text Example

White with #ACCD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCD40; }

 p { color: rgb(172,205,64); }

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

background-color css

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

 a { background-color: rgb(172,205,64); }

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

border-color css

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

 span { border-color: rgb(172,205,64); }

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