Html Css Color HEX #ACCD41 Atlantis

📋 copy color: '#ACCD41'

red 172 ◦ green 205 ◦ blue 65

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

Shades of Atlantis #ACCD41

Tints of Atlantis #ACCD41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.71%

R = 38.91%
G = 46.38%
B = 14.71%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#ACCD41 (or 0xACCD41) is known color: Atlantis. HEX triplet: AC, CD and 41. RGB value is (172,205,65). Sum of RGB (Red+Green+Blue) = 172+205+65=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 205 (80.47% from 255 or 46.38% from 442); Blue value is 65 (25.78% from 255 or 14.71% from 442); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCD41 is #5332BE. Grayscale: #B3B3B3. Windows color (decimal): -5452479 or 4312492. OLE color: 4312492.

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

Color convert

RGB 172 205 65 -
CMYK 0.16 0 0.68 0.20
HSL 74.14º 0.58% 0.53% -
HSV(B) 74.14º 0.68% 0.8% -
XYZ 39.8 52.81 13.1 -
YUV 179.17 63.57 122.88 -
System Red Green Blue C M Y K H S L
Decimal 172 205 65 0.16 0 0.68 0.20 74.14 0.58 0.53
Hex AC CD 41 10 0 44 14 4A 3A 35
Octal 254 315 101 20 0 104 24 112 72 65
Binary 10101100 11001101 1000001 10000 0 1000100 10100 1001010 111010 110101

Color Harmonies of #ACCD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCD41

Black with #ACCD41

Text Example


Text Example

White with #ACCD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCD41; }

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

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

background-color css

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

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

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

border-color css

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

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

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