Html Css Color HEX #ACCF3E Atlantis

📋 copy color: '#ACCF3E'

red 172 ◦ green 207 ◦ blue 62

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

Shades of Atlantis #ACCF3E

Tints of Atlantis #ACCF3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.06%

R = 39%
G = 46.94%
B = 14.06%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#ACCF3E (or 0xACCF3E) is known color: Atlantis. HEX triplet: AC, CF and 3E. RGB value is (172,207,62). Sum of RGB (Red+Green+Blue) = 172+207+62=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 207 (81.25% from 255 or 46.94% from 441); Blue value is 62 (24.61% from 255 or 14.06% from 441); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCF3E is #5330C1. Grayscale: #B4B4B4. Windows color (decimal): -5451970 or 4116396. OLE color: 4116396.

HSL color Cylindrical-coordinate representation of color #ACCF3E: hue angle of 74.48º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ACCF3E is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 207 62 -
CMYK 0.17 0 0.70 0.19
HSL 74.48º 0.6% 0.53% -
HSV(B) 74.48º 0.7% 0.81% -
XYZ 40.2 53.74 12.81 -
YUV 180.01 61.4 122.29 -
System Red Green Blue C M Y K H S L
Decimal 172 207 62 0.17 0 0.70 0.19 74.48 0.6 0.53
Hex AC CF 3E 11 0 46 13 4A 3C 35
Octal 254 317 76 21 0 106 23 112 74 65
Binary 10101100 11001111 111110 10001 0 1000110 10011 1001010 111100 110101

Color Harmonies of #ACCF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCF3E

Black with #ACCF3E

Text Example


Text Example

White with #ACCF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCF3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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