Html Css Color HEX #ACCF38 Atlantis

📋 copy color: '#ACCF38'

red 172 ◦ green 207 ◦ blue 56

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

Shades of Atlantis #ACCF38

Tints of Atlantis #ACCF38

RGB

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

 GREEN value IS 207 (81.25% from 255) = 47.59%

 BLUE value IS 56 (22.27% from 255) = 12.87%

R = 39.54%
G = 47.59%
B = 12.87%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#ACCF38 (or 0xACCF38) is known color: Atlantis. HEX triplet: AC, CF and 38. RGB value is (172,207,56). Sum of RGB (Red+Green+Blue) = 172+207+56=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 207 (81.25% from 255 or 47.59% from 435); Blue value is 56 (22.27% from 255 or 12.87% from 435); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCF38 is #5330C7. Grayscale: #B3B3B3. Windows color (decimal): -5451976 or 3723180. OLE color: 3723180.

HSL color Cylindrical-coordinate representation of color #ACCF38: hue angle of 73.91º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ACCF38 is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 207 56 -
CMYK 0.17 0 0.73 0.19
HSL 73.91º 0.61% 0.52% -
HSV(B) 73.91º 0.73% 0.81% -
XYZ 40.04 53.68 11.99 -
YUV 179.32 58.4 122.78 -
System Red Green Blue C M Y K H S L
Decimal 172 207 56 0.17 0 0.73 0.19 73.91 0.61 0.52
Hex AC CF 38 11 0 49 13 4A 3D 34
Octal 254 317 70 21 0 111 23 112 75 64
Binary 10101100 11001111 111000 10001 0 1001001 10011 1001010 111101 110100

Color Harmonies of #ACCF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCF38

Black with #ACCF38

Text Example


Text Example

White with #ACCF38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCF38; }

 p { color: rgb(172,207,56); }

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

background-color css

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

 a { background-color: rgb(172,207,56); }

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

border-color css

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

 span { border-color: rgb(172,207,56); }

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