Html Css Color HEX #ACCC3D Atlantis

📋 copy color: '#ACCC3D'

red 172 ◦ green 204 ◦ blue 61

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

Shades of Atlantis #ACCC3D

Tints of Atlantis #ACCC3D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.68%

 BLUE value IS 61 (24.22% from 255) = 13.96%

R = 39.36%
G = 46.68%
B = 13.96%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#ACCC3D (or 0xACCC3D) is known color: Atlantis. HEX triplet: AC, CC and 3D. RGB value is (172,204,61). Sum of RGB (Red+Green+Blue) = 172+204+61=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 204 (80.08% from 255 or 46.68% from 437); Blue value is 61 (24.22% from 255 or 13.96% from 437); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCC3D is #5333C2. Grayscale: #B2B2B2. Windows color (decimal): -5452739 or 4050092. OLE color: 4050092.

HSL color Cylindrical-coordinate representation of color #ACCC3D: hue angle of 73.43º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ACCC3D is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 204 61 -
CMYK 0.16 0 0.70 0.2
HSL 73.43º 0.58% 0.52% -
HSV(B) 73.43º 0.7% 0.8% -
XYZ 39.45 52.29 12.43 -
YUV 178.13 61.9 123.63 -
System Red Green Blue C M Y K H S L
Decimal 172 204 61 0.16 0 0.70 0.2 73.43 0.58 0.52
Hex AC CC 3D 10 0 46 14 49 3A 34
Octal 254 314 75 20 0 106 24 111 72 64
Binary 10101100 11001100 111101 10000 0 1000110 10100 1001001 111010 110100

Color Harmonies of #ACCC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCC3D

Black with #ACCC3D

Text Example


Text Example

White with #ACCC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCC3D; }

 p { color: rgb(172,204,61); }

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

background-color css

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

 a { background-color: rgb(172,204,61); }

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

border-color css

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

 span { border-color: rgb(172,204,61); }

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